题解 | #打印文件的最后5行#
打印文件的最后5行
http://www.nowcoder.com/practice/ff6f36d357d24ce5a0eb817a0ef85ee2
tail -5 ./nowcoder.txt #最后5行
head -5 ./nowcoder.txt #前5行
NR=cat ./nowcoder.txt|wc -l
#统计文件一共多少行信息
for ((a=3;a<=a" nowcoder.txt; done #循环输出第3行到最后一行内容
打印文件的最后5行
http://www.nowcoder.com/practice/ff6f36d357d24ce5a0eb817a0ef85ee2
tail -5 ./nowcoder.txt #最后5行
head -5 ./nowcoder.txt #前5行
NR=cat ./nowcoder.txt|wc -l
#统计文件一共多少行信息
for ((a=3;a<=a" nowcoder.txt; done #循环输出第3行到最后一行内容
相关推荐