Skip to content

Instantly share code, notes, and snippets.

@Phlow
Created September 23, 2015 19:31
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 Phlow/e6f73ef89753ab462c5d to your computer and use it in GitHub Desktop.
Save Phlow/e6f73ef89753ab462c5d to your computer and use it in GitHub Desktop.
Rename files and add a suffix
for file in *; do mv $file `basename $file `.md; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment