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