Skip to content

Instantly share code, notes, and snippets.

@marverix
Created December 18, 2019 07:20
Show Gist options
  • Save marverix/79d15432dfe506c1c4d288007a2b6c0f to your computer and use it in GitHub Desktop.
Save marverix/79d15432dfe506c1c4d288007a2b6c0f to your computer and use it in GitHub Desktop.
Useful Linux Commands Cheatsheet

Useful Linux Commands Cheatsheet

How to change all files extensions within directory?

rename 's/\.old-ext$/\.new-ext/' *.old-ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment