Although Bash is a type of shell, there are other shells available ... 1 #!/bin/bash 2 echo "Today is " `date` 3 4 echo -e "\nenter the path ...
確定! 回上一頁