显示文件的前5行(两种方式)
head -n 5 test.txt head -5 test.txt
显示文件的前100个字符
head -c 100 test.txt
显示文件的第10-20行
head -20 test.txt | tail -10
wx57c587502cf98 ©著作权
head -n 5 test.txt head -5 test.txt
head -c 100 test.txt
head -20 test.txt | tail -10
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M