Skip to content

Instantly share code, notes, and snippets.

@rhamses
Last active July 17, 2019 21:09
Show Gist options
  • Save rhamses/313cc2ba66006f37adb461778a032ace to your computer and use it in GitHub Desktop.
Save rhamses/313cc2ba66006f37adb461778a032ace to your computer and use it in GitHub Desktop.
Rename files in buljk on bash
for file in *; do mv -- "$file" "$file.png"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment