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
How to delete first 5 lines and last five lines in all text files ragavendran31 Shell Programming and Scripting 10 02-21-2008 03:58 AM
delete some lines fongthai Shell Programming and Scripting 2 10-16-2007 07:54 PM
How to delete more lines kamathg Shell Programming and Scripting 1 10-05-2007 03:39 AM
delete blank lines or lines with spaces only vascobrito UNIX for Dummies Questions & Answers 3 01-13-2004 03:36 AM
delete lines.. alisevA3 UNIX Desktop for Dummies Questions & Answers 8 05-29-2002 05:33 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-04-2008
Registered User
 

Join Date: Feb 2007
Posts: 109
Stumble this Post!
Delete lines

Hi

I want to print last 10 lines using either sed/awk and
delete also.

Thanks ,
Mr
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 04-04-2008
Yogesh Sawant's Avatar
Part Time Moderator and Full Time Dad
 

Join Date: Sep 2006
Location: Rossem, Tazenda
Posts: 767
Stumble this Post!
try this:
Code:
sed -e :a -e '$d;N;2,10ba' -e 'P;D' filename
Reply With Quote
  #3 (permalink)  
Old 04-04-2008
Registered User
 

Join Date: Feb 2007
Posts: 109
Stumble this Post!
Quote:
Originally Posted by Yogesh Sawant View Post
try this:
Code:
sed -e :a -e '$d;N;2,10ba' -e 'P;D' filename
Hi ,

Thanks for your reply.Can you explain this
sed -e :a -e '$d;N;2,10ba' -e 'P;D'

Thanks,
Mr
Reply With Quote
Google The UNIX and Linux Forums
Reply

Tags
sed

Thread Tools
Display Modes




All times are GMT -7. The time now is 12:34 AM.


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

Content Relevant URLs by vBSEO 3.2.0