Let's see how the special shell variables are working: #!/bin/bash # special.sh echo "Process ID of shell = $$" echo "Program name = $0" echo "Number of ...
確定! 回上一頁