head命令用来打印指定输入的开头部分内容,默认打印前10行-n选项指定打印前N行
head -n 5 /etc/inittab
head -数字
打印前N行
head -n -数字
打印除最后N行其他所有行
head -c 数字
打印前N个字节