The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Adding a columnfrom a specifit line number to a specific line number Ezy Shell Programming and Scripting 2 05-12-2008 05:29 AM
Appending line number to each line and getting total number of lines chiru_h Shell Programming and Scripting 2 03-25-2008 07:19 AM
delete records from a file dsravan Shell Programming and Scripting 6 09-10-2007 06:49 AM
Hai delete the records readycpbala Shell Programming and Scripting 1 02-16-2007 04:49 AM
awk - Number of records suman_jakkula Shell Programming and Scripting 1 09-08-2006 05:13 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 01-31-2008
Registered User
 

Join Date: Jan 2007
Posts: 41
delete records using line number(NR)

Hai

I have a flat file which contains more than 6 crore lines or records. I want to delete only one line, using line number. For example I want to delete 414556 th line . How to do this using sed or awk command.

thanks
Reply With Quote
Forum Sponsor
  #2  
Old 01-31-2008
Registered User
 

Join Date: Jun 2006
Posts: 74
sed -n '414556!p' input.txt
Reply With Quote
  #3  
Old 01-31-2008
radoulov's Avatar
addict
 

Join Date: Jan 2007
Location: Milano, Italia/Варна, България
Posts: 1,935
Code:
sed 414556d file>_file_&&mv _file_ file
GNU sed:

Code:
sed -i 414556d file
Reply With Quote
  #4  
Old 01-31-2008
Registered User
 

Join Date: Jan 2007
Posts: 41
thank u.The script is working
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 09:16 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