摘要:
for c in a b c d e f g;do echo $c; done 按顺序输出for c in a b c d e f g;do tar czvf install.log.$c.tar.gz install.log ; donefor c in {a..g}; do echo $c; d... 阅读全文
摘要:
ls etc/init.d/ shell脚本的路径 ls /usr/local/apache2/ ls /usr/local/apache2/bin/apachectl1. shell特性命令历史 history !! !$ !n !字符Tab 键可以补全文件路径或者命令alias a... 阅读全文