摘要: 1、判断/etc/inittab文件是否大于100行,如果大于,则显示”/etc/inittab is a big file.”否者显示”/etc/inittab is a small file.”Line ='wc -l /etc/inittab|cut -d'' -f1'if test $Lin 阅读全文
posted @ 2019-08-12 17:52 在练腰的老王 阅读(163) 评论(0) 推荐(0) 编辑