Last active
December 21, 2023 07:09
-
-
Save minorua/e5b67f6da2f1d69e6981eb091704c3a1 to your computer and use it in GitHub Desktop.
TIMELINEメモを一つのファイルにまとめるスクリプト
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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