Skip to content

Instantly share code, notes, and snippets.

@shtaxxx
Created July 3, 2018 12:50
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 shtaxxx/db9e3fb17dafed54236542c6bfc60fb6 to your computer and use it in GitHub Desktop.
Save shtaxxx/db9e3fb17dafed54236542c6bfc60fb6 to your computer and use it in GitHub Desktop.
for f in `find . -type f |grep '.py' |grep 'lib_fsm'`
do
git mv $f `echo $f | sed -E 's/lib_fsm/fsm/'`
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment