Skip to content

Instantly share code, notes, and snippets.

@eugrus
Created April 1, 2023 22:10
Show Gist options
  • Save eugrus/0421e4b00054af952e54996f36fb30c3 to your computer and use it in GitHub Desktop.
Save eugrus/0421e4b00054af952e54996f36fb30c3 to your computer and use it in GitHub Desktop.
for file in *IMG_*; do mv -- "$file" "${file//IMG_/}"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment