Skip to content

Instantly share code, notes, and snippets.

@hadrienblanc
Created February 13, 2020 15:14
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 hadrienblanc/3a43ea01eaf4ce17528825e76a58dbf5 to your computer and use it in GitHub Desktop.
Save hadrienblanc/3a43ea01eaf4ce17528825e76a58dbf5 to your computer and use it in GitHub Desktop.
#!/bin/bash
# mass change xml filename
for file in *.xml; do
mv "$file" "${file%.xml}_p.xml"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment