Hi All

Machine : AIX OS 5.3.11
How to sort file without sort first line or first two lines ?

Text file as below
MTH    NUM
JAN    A      1
APR    C
FEB    B      1
MAR    D      1

Expect Output
MTH    NUM
JAN    A      1
FEB    B      1
APR    C
MAR    D      1

moonhkt


_______________________________________________
gnu-misc-discuss mailing list
gnu-misc-discuss@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-misc-discuss

Reply via email to