Skip to content

Instantly share code, notes, and snippets.

@2gn
Last active September 5, 2022 13:32
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 2gn/e485ae6de8632449958e80bc31e3e385 to your computer and use it in GitHub Desktop.
Save 2gn/e485ae6de8632449958e80bc31e3e385 to your computer and use it in GitHub Desktop.
Add extension to a file
# Usage: addext <original_filename> <file_extension>
# Example: addext useles s
# -> useles.s
mv $1 $1.$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment