您的位置: 首页 > IT文章 > Linux命令备注 Linux命令备注 分类: IT文章 • 2023-10-26 21:10:45 Linux命令备考 1、输出一个文件第4到第5行,是head tail命令结合。 head -5 a.txt | tail -1 | result.txt