Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created August 26, 2013 20:46
Show Gist options
  • Save ttscoff/6346474 to your computer and use it in GitHub Desktop.
Save ttscoff/6346474 to your computer and use it in GitHub Desktop.
Just a thought
# 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