Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save heluvaguy/7167479 to your computer and use it in GitHub Desktop.
Save heluvaguy/7167479 to your computer and use it in GitHub Desktop.
Add (append) an extension to all files
for f in *; do mv $f `basename $f `.txt; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment