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.178linux.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.178linux.com/99578