Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save heluvaguy/7167474 to your computer and use it in GitHub Desktop.
Save heluvaguy/7167474 to your computer and use it in GitHub Desktop.
Change from one extension to another
for f in *.php4; do mv $f `basename $f .php4`.php; done;Add (append) an extension to all files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment