Skip to content

Instantly share code, notes, and snippets.

@markfullmer
Last active May 20, 2020 19:18
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 markfullmer/cf98939dbd673e0608ce86b629f892ed to your computer and use it in GitHub Desktop.
Save markfullmer/cf98939dbd673e0608ce86b629f892ed to your computer and use it in GitHub Desktop.
Simple bash find-replace using "rename"
rename 's/utprof_/pharm_/' *
# For OS X, GNU rename can be installed using homebrew: brew install rename.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment