[root@localhost japan]# whereis ls ls: /bin/ls /usr/share/man/man1/ls.1.gz /usr/share/man/man1p/ls.1p.gz [root@localhost japan]# whereis cd cd: /usr/share/man/man1/cd.1.gz /usr/share/man/man1p/cd.1p.gz
1 #!/bin/bash //非常重要的一句,不能写错一个字符 2 #The first program //注释 3 //以下是 shell 程序区 4 5 echo -e "\e[1;34m dushenda \e[0m"
原文:https://www.cnblogs.com/dushenda/p/10468409.html