(1).bash [脚本名称]
[xf@xuexi ~]$ cat a.sh #!/bin/bash echo "hello world!" [xf@xuexi ~]$ bash a.sh hello world! [xf@xuexi ~]$ which bash /usr/bin/bash [xf@xuexi ~]$ cat a.sh #!
(1).bash [脚本名称]
[xf@xuexi ~]$ cat a.sh #!/bin/bash echo "hello world!" [xf@xuexi ~]$ bash a.sh hello world! [xf@xuexi ~]$ which bash /usr/bin/bash [xf@xuexi ~]$ cat a.sh #!