摘要: 1 #!/bin/bash 2 3 # archive linux command history files 4 5 6 7 umask 077 8 9 maxlines=200010 11 #从当前历史命令中获取命令条数 12 13 lines=$(wc -l $maxline... 阅读全文
posted @ 2014-04-18 09:35 星空刺 阅读(215) 评论(0) 推荐(0) 编辑