Answers for "how to read name in bash script"

0

bash get name of current script

# Basename accepts a file path followed by an optional suffix
me=`basename "$0"`
Posted by: Guest on September-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language