Skip to content

Instantly share code, notes, and snippets.

@gnthibault
Created August 24, 2018 15:26
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 gnthibault/346d80ada466c9c2f813c46fba1dcd64 to your computer and use it in GitHub Desktop.
Save gnthibault/346d80ada466c9c2f813c46fba1dcd64 to your computer and use it in GitHub Desktop.
Rename a whole bunch of files
find ./dirA -name "*c" -print0 | xargs -0 -I {} mv {} {}_appended
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment