head -c [n] filename
显示前n个字节。
例如: head -c 10 zybhead.h
head -n [n] filename
显示前n行。
例如: head -n 30 zybhead.h