题解 | #打印文件的最后5行#

打印文件的最后5行

http://www.nowcoder.com/practice/ff6f36d357d24ce5a0eb817a0ef85ee2

!/bin/bash
tail -5 nowcoder.txt
#或
tail -n 5 nowcoder.txt

看到题目要求,就知道,使用tail和head就可以了

tail和head常用语法

tail 文件名 
# 默认显示文件后10行
tail -n 文件名
# 显示文件后n行head 文件名 默认显示文件前10行
head -n 文件名
# 显示文件前n行 
全部评论

相关推荐

10-25 00:32
香梨想要offer:感觉考研以后好好学 后面能乱杀,目前这简历有点难
点赞 评论 收藏
分享
挣K存W养DOG:入职送金条全球游,路过缅甸停一下🐔
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务