Skip to content

Instantly share code, notes, and snippets.

@ainformatico
Created March 4, 2012 22:22
Show Gist options
  • Save ainformatico/1975109 to your computer and use it in GitHub Desktop.
Save ainformatico/1975109 to your computer and use it in GitHub Desktop.
quick rename
for a in `ls`; do mv $a "_$a" ;done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment