Skip to content

Instantly share code, notes, and snippets.

@mortenjust
Created January 21, 2016 05:03
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 mortenjust/144fe45a2f36a1adb7f8 to your computer and use it in GitHub Desktop.
Save mortenjust/144fe45a2f36a1adb7f8 to your computer and use it in GitHub Desktop.
FILE_BASE=`echo "${TEMPFILE%.*}"` #file without extension
FILE_EXT="${TEMPFILE##*.}" #file extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment