Skip to content

Instantly share code, notes, and snippets.

@attomos
Created August 25, 2013 13:38
Show Gist options
  • Select an option

  • Save attomos/6333876 to your computer and use it in GitHub Desktop.

Select an option

Save attomos/6333876 to your computer and use it in GitHub Desktop.
for file in *.markdown; do
mv "$file" "`basename $file .markdown`.md"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment