题解 | #打印文件的最后5行#
打印文件的最后5行
https://www.nowcoder.com/practice/ff6f36d357d24ce5a0eb817a0ef85ee2
# 查看文件后五行 tail -5 nowcoder.txt # 查看文件前五行 head -5 nowcoder.txt
打印文件的最后5行
https://www.nowcoder.com/practice/ff6f36d357d24ce5a0eb817a0ef85ee2
# 查看文件后五行 tail -5 nowcoder.txt # 查看文件前五行 head -5 nowcoder.txt
相关推荐