The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-18-2005
mem101 mem101 is offline
Registered User
  
 

Join Date: Oct 2005
Posts: 1
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