Koepnick

Untitled

Jan 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. ## Get a filename from a path'd variable
  2.  
  3. $> V="/var/tmp/something"
  4. $> echo ${V##*/}
  5.    something
Advertisement
Add Comment
Please, Sign In to add comment