Skip to content

Instantly share code, notes, and snippets.

@chrismetcalf
Created February 26, 2010 17:45
Show Gist options
  • Save chrismetcalf/315944 to your computer and use it in GitHub Desktop.
Save chrismetcalf/315944 to your computer and use it in GitHub Desktop.
cd ~/Documents/OmniFocus\ Backups
du . | perl -ne 'm/^(\d+).*(\d{4}-\d{2}-\d{2})/; print "$1, $2\n";' | tee ~/tmp/omnifocus_sizes.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment