|
transfer of specific file content to another file
What commands do you need to transfer a specfic portion of a file content to another file?
eg file_one has
00012 10012
00013 10013
00014 10014
So I just want to transfer all the values of the second column ie 10012, 10013, 10014 to be transferred to file_two?
Thanks in advance.
ak
|