![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enterprise Unix Roundup: The Ghost of Unix Future - Server Watch | iBot | UNIX and Linux RSS News | 0 | 12-19-2007 08:20 AM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| FTP script for sending a file from one unix directory to another unix server director | raja_1234 | Shell Programming and Scripting | 1 | 11-30-2006 03:57 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 08:39 AM |
| Unix History Question: Why are filenames/dirnames case sentsitive in Unix? | deckard | UNIX for Dummies Questions & Answers | 3 | 03-26-2005 09:59 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
|||
|
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 |
| Thread Tools | |
| Display Modes | |
|
|