Answers for "directory current in bash"

0

directory current in bash

result=${PWD##*/}
echo $result
Posted by: Guest on April-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language