Skip to content

Instantly share code, notes, and snippets.

@jacobo
Created July 25, 2013 23:02
Show Gist options
  • Save jacobo/6084556 to your computer and use it in GitHub Desktop.
Save jacobo/6084556 to your computer and use it in GitHub Desktop.
that was fun
while true; do find . -name '*service*' | head -1 | while read filename ; do echo $filename; mv $filename ${filename/service/addon}; done; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment