gpt4 book ai didi

unix- 显示文件的第二行

转载 作者:行者123 更新时间:2023-12-03 13:24:36 25 4
gpt4 key购买 nike

此命令显示文件的第二行:

cat myfile | head -2 | tail -1

我的文件包含以下数据:
hello
mark
this is the head line
this is the first line
this is the second line
this is the last line

上面的命令将数据打印为: mark
但我无法理解这一点,因为 head -2 用于打印前两行,tail -1 打印最后一行,但如何打印第二行!!!???

最佳答案

tail 显示头部输出的最后一行,头部输出的最后一行是文件的第二行。

头部的输出(输入到尾部):

hello
mark

尾部输出:
mark

关于unix- 显示文件的第二行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13832866/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com