The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Retreive content between specific lines ina file chennaitomcruis Shell Programming and Scripting 4 04-19-2008 07:18 AM
file moving based on file content melvyn.cochrane Shell Programming and Scripting 12 02-15-2008 03:10 AM
Urgent: selecting unique specific content of a file using shell script jisha Shell Programming and Scripting 2 01-08-2008 05:45 AM
grep/cat/more -- search in a txt file and display content from a specific "keyword" I-1 UNIX for Dummies Questions & Answers 4 02-21-2007 01:57 AM
extract content from a file and insert to another file fredao Shell Programming and Scripting 15 12-06-2006 04:36 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 10-18-2005
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
Reply With Quote
Forum Sponsor
  #2  
Old 10-18-2005
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 4,298
Code:
awk ' {print $2}' oldfile > newfile
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 10:24 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0