Skip to content

Instantly share code, notes, and snippets.

@neulaender
Created April 19, 2017 21:42
Show Gist options
  • Save neulaender/6bd4a54e613b40852c27fa9fd95f6d26 to your computer and use it in GitHub Desktop.
Save neulaender/6bd4a54e613b40852c27fa9fd95f6d26 to your computer and use it in GitHub Desktop.
Give back only the basename without using "basename"
# Give back only the basename without using `basename` (i.e. in scripts)
filestring=blurps.pdf
echo ${file%.pdf}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment