zhuker
5/28/2019 - 6:28 AM

bash magic i keep forgetting

# basename
path="/usr/local/bin/ffmpeg"
basename=${path##*/}
dirname=${path%/*}