Skip to content

Instantly share code, notes, and snippets.

@RickyAvina
Created February 3, 2018 21:06
Show Gist options
  • Save RickyAvina/7cac87449e8b7ae81e164c7302a52ad9 to your computer and use it in GitHub Desktop.
Save RickyAvina/7cac87449e8b7ae81e164c7302a52ad9 to your computer and use it in GitHub Desktop.
JpgToPng for bash terminal
for file in *.txt; do mv "$file" "${file%.txt}.py"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment