Skip to content

Instantly share code, notes, and snippets.

@minorua
Last active December 21, 2023 07:09
Show Gist options
  • Save minorua/e5b67f6da2f1d69e6981eb091704c3a1 to your computer and use it in GitHub Desktop.
Save minorua/e5b67f6da2f1d69e6981eb091704c3a1 to your computer and use it in GitHub Desktop.
TIMELINEメモを一つのファイルにまとめるスクリプト
# Works on Git Bash
cat 2023*.txt > temp.txt
sort temp.txt | uniq > 2023.txt
rm temp.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment