The variable $$ in Bash contains the Process ID (PID) of the shell ... #!/bin/bash SCRIPT_NAME=$(basename $0) echo "The name of this script ...
確定! 回上一頁