|
Sorting the records in the Flat file
Hi all,
I am using this command "sort -d -u -k1 IMSTEST.74E -o tmp.txt" to the records in the flat.
Can any tell me how to sort the file except first line in the file
For ex:
i/p
First line: DXYZ
Second line : jumy
third : cmhk
fourth : andy
Output should be:
DXYZ
andy
cmhk
jumy
Thanks In Advance
Sudhir
|