3, 写一个脚本
给定一个文件,比如 /etc/inittab
判断这个文件中是否有空白行;如果有,则显示其空白行数;否则,显示没有空白行。
[root@localhost mscripts]# cat lx3.sh
#/bin/bash
grep "^KaTeX parse error: Expected 'EOF', got '&' at position 16: " /etc/inittab &̲> /dev/null RVA…?
if [ KaTeX parse error: Expected group after '^' at position 35: …n ILINES=grep "^̲" /etc/inittab | wc -l
echo “Total $ILINES.”
else
echo “No such the lines.”
fi
shell练习
最新推荐文章于 2022-12-27 21:44:18 发布