|
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
|