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 -->
  #1 (permalink)  
Old 06-23-2005
vasikaran vasikaran is offline
Registered User
 

Join Date: Jun 2005
Location: india
Posts: 55
how to use cut -f commant in unix

Hi all,

I am desperately seeking help from you guys, on "cut -f" command.

actually i want to cut a line into different parts and align column wise in the output

so i use the command cut -f1,3,5 <filename>

so in this case, my output should be first column<tab>third column<tab>fifth column

i tried this command but didnt work, can u help me out pls.

Thanks
Vasikaran
Reply With Quote
Forum Sponsor