Created
August 26, 2013 20:46
-
-
Save ttscoff/6346474 to your computer and use it in GitHub Desktop.
Just a thought
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
# cd into your Journal/entries/ folder first | |
# completely untested. Use at your own risk. | |
for file in $(grep -le "date>2012" *.doentry); do mv $file /backup_folder/; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment