Skip to content

Instantly share code, notes, and snippets.

@devinberry
Created July 13, 2016 18:37
Show Gist options
  • Save devinberry/5c02eced843236d84cfbdab694cd8ad0 to your computer and use it in GitHub Desktop.
Save devinberry/5c02eced843236d84cfbdab694cd8ad0 to your computer and use it in GitHub Desktop.
find . -name "file_extension" -print|awk '{f=$0;sub("filename_string_to_replace","");print "mv "f" "$0}'|sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment