Answers for "bash script get path from filename"

0

bash get path of script

SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
Posted by: Guest on January-18-2021

Code answers related to "bash script get path from filename"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language