Skip to content

Instantly share code, notes, and snippets.

@zaltoprofen
Created April 1, 2015 07:40
Show Gist options
  • Save zaltoprofen/76bebd1e45a6dd7feef1 to your computer and use it in GitHub Desktop.
Save zaltoprofen/76bebd1e45a6dd7feef1 to your computer and use it in GitHub Desktop.
#!/bin/bash -x
for fname in $(find $1 -type f);do
mv $fname ${fname%:orig}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment