题解 | #打印文件的最后5行#
打印文件的最后5行
https://www.nowcoder.com/practice/ff6f36d357d24ce5a0eb817a0ef85ee2
#!/bin/bash tail -n 5 nowcoder.txt
打印文件的最后5行
https://www.nowcoder.com/practice/ff6f36d357d24ce5a0eb817a0ef85ee2
#!/bin/bash tail -n 5 nowcoder.txt
相关推荐