Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created April 13, 2009 19:16
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 wizardishungry/94646 to your computer and use it in GitHub Desktop.
Save wizardishungry/94646 to your computer and use it in GitHub Desktop.
# How do I get the first "echo" to output a tab character? Using ^V in bash to get a literal control character.
find Music/{iTunes/iTunes\ Music,Mp3\ Dump} -type f -exec echo -n {} " " \; -exec md5 -q {} \; >> music-md5sums.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment