bi

unix/linux data analysis / processing tools for large text format data------head

head

the first command i introduce here is head,later i will show others ,such as tail,wc,cat,vi,join and so on.

head means 'first' , so if you want to get the first part of your data file , you can use

head command.

such as :

head abc.dat

the result returns:

--------------------------------

Syndicate content