linux命令学习(5)—— head -n

linux命令学习(5)—— head -n 


#显示前5行
head -n  5 head.txt

 

#显示前5个字节
head -c 5 head.txt