Created
April 19, 2017 21:42
-
-
Save neulaender/6bd4a54e613b40852c27fa9fd95f6d26 to your computer and use it in GitHub Desktop.
Give back only the basename without using "basename"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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