hcclnoodles
IS-IT--Management
Is it possible to grep for a particular word in a file and then cut those lines out of the original file into a new file
ie something like
grep STRING myfile | cut results > newfile
I know the above is rubbish but you get the general idea
any help would be greatly appreciated
ie something like
grep STRING myfile | cut results > newfile
I know the above is rubbish but you get the general idea
any help would be greatly appreciated