摘要: 1、判断/etc/inittab文件是否大于100行,如果大于,则显示”/etc/inittab is a big file.”否则显示”/etc/inittab is a small file.” #!/bin/shif [ `wc -l /etc/inittab |cut -c 1-3` -gt 阅读全文
posted @ 2019-08-12 17:02 DevonL 阅读(234) 评论(0) 推荐(0) 编辑