shell 腳本編寫
[xhm@localhost ~]$ cat test.sh
#!/bin/bash XXXX
echo “welcome to beijing”
ls -d /etc/[pP]*
echo “hell -etss”
ls -d /var/* | tr ‘a-z’ ‘A-Z’
mktemp /tmp/myfile.XXXX
本文來自投稿,不代表Linux運維部落立場,如若轉載,請注明出處:http://www.www58058.com/99578
shell 腳本編寫
[xhm@localhost ~]$ cat test.sh
#!/bin/bash XXXX
echo “welcome to beijing”
ls -d /etc/[pP]*
echo “hell -etss”
ls -d /var/* | tr ‘a-z’ ‘A-Z’
mktemp /tmp/myfile.XXXX
本文來自投稿,不代表Linux運維部落立場,如若轉載,請注明出處:http://www.www58058.com/99578