Skip to content

Instantly share code, notes, and snippets.

@alguevara7
Created November 10, 2018 04:03
Show Gist options
  • Save alguevara7/822e2e296de3ec4ba48ddc74af4f31af to your computer and use it in GitHub Desktop.
Save alguevara7/822e2e296de3ec4ba48ddc74af4f31af to your computer and use it in GitHub Desktop.
multiple file rename
ls | sed 's/interior_//g' | xargs -I {} mv interior_{} "interior.{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment