The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-23-2005
vasikaran vasikaran is offline
Registered User
 

Join Date: Jun 2005
Location: india
Posts: 55
sample output

see , if my file contains the data like

I am a nice guy working for a company
U r a nice person working on my problem

if is give command like cut -f1,3,5,7 <file name >

the output shd be

I a guy for
U a person on

This is shd be my ouput, so the above command is not working, so how do i go abt it
Reply With Quote