Skip to content

Instantly share code, notes, and snippets.

@wuputah
Created April 19, 2015 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuputah/f03f35d5530d3339239b to your computer and use it in GitHub Desktop.
Save wuputah/f03f35d5530d3339239b to your computer and use it in GitHub Desktop.
~/Dropbox (Personal)/Photos % ls
2002 2005 2011 2014 RAW
2003 2006 2012 2015 RAW ONLY
2004 2007 2013 No metadata
~/Dropbox (Personal)/Photos % du -sh .
58G .
~/Dropbox (Personal)/Photos % find . | grep -i jpg$ | wc -l
7946
~/Dropbox (Personal)/Photos % find . | grep -vi jpg$ | wc -l
2813
~/Dropbox (Personal)/Photos % find No\ metadata | wc -l
351
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment