常见命令之 head与tail时间:2021-07-27 21:17:37head 头,头部 读取文件的前n行,默认前十行 -n 数字 head -1 a.txt tail 尾,尾部,读取文件的后几行。默认后十行。 -n数字 tail -2 b.txt