Skip to content

Instantly share code, notes, and snippets.

@nkapliev
Created April 11, 2016 09:09
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 nkapliev/0f62d45f0839cd4b4c11bd1bc093a75d to your computer and use it in GitHub Desktop.
Save nkapliev/0f62d45f0839cd4b4c11bd1bc093a75d to your computer and use it in GitHub Desktop.
for f in aaa*; do mv $f $(echo $f | sed 's/^aaa/bbb/g'); done
@nkapliev
Copy link
Author

add recursion in deep search
add calling with arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment