Skip to content

Instantly share code, notes, and snippets.

@muthuishere
Created August 11, 2022 07:48
Show Gist options
  • Save muthuishere/3266bdfc62e4aa6637315662eaec01a3 to your computer and use it in GitHub Desktop.
Save muthuishere/3266bdfc62e4aa6637315662eaec01a3 to your computer and use it in GitHub Desktop.
rename multiple files bash
# deploy-3.sh
# deploy-o.sh
# deploy-l.sh
#To convert deploy to capture
rename 'deploy' capture *.sh
# capture-3.sh
# capture-o.sh
# capture-l.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment