Try this awk command :

Go to the dir where the file resdies and type the
command at the prompt .

awk '{ printf("%s %s\n",$1,$2); }' < orig_file >
new_file


Substitue orig_file with your file and the new_file
with the name of new file you want.

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to