Skip to content

Instantly share code, notes, and snippets.

@juliendargelos
Created June 30, 2022 12:01
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 juliendargelos/afe86c2527191416285c608ec16b8f9d to your computer and use it in GitHub Desktop.
Save juliendargelos/afe86c2527191416285c608ec16b8f9d to your computer and use it in GitHub Desktop.
Remove or change a file extension in a bash string
file=index.js
"${file%.*}.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment