Skip to content

Instantly share code, notes, and snippets.

@songpon
Created July 22, 2017 14:10
Show Gist options
  • Save songpon/0e94fbc9b168dffb2a3fe412e2342527 to your computer and use it in GitHub Desktop.
Save songpon/0e94fbc9b168dffb2a3fe412e2342527 to your computer and use it in GitHub Desktop.
!/bin/bash
for f in *; do mv "$f" "`echo $f | sed s/search_str/replace_str/`"; done
# example
#for f in *; do mv "$f" "`echo $f | sed s/_NongZEZA@CtHts//`"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment