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
Help Required: Command to find IP address and command executed of a user loggedout Security 2 08-06-2008 05:12 PM
how to? launch command with string of command line options TinCanFury Shell Programming and Scripting 5 04-28-2008 03:06 PM
inconsistent ls command display at the command prompt & running as a cron job rajranibl Linux 5 07-30-2007 05:26 AM
How to use more than one MPE command STREAM with Unix command in a single shell? bosskr HP-UX 1 10-16-2006 01:16 PM
How to use more than one MPE command STREAM with Unix command in a single shell? bosskr Shell Programming and Scripting 0 09-19-2006 06:44 PM

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

Join Date: Sep 2006
Posts: 18
Question sed for this awk command

Hi what would be the sed equivalent of this awk command:
awk '/$getsn/{getline;next}{print}' file

It deletes the variable found and the next line after it in a file.
Thanks
Reply With Quote
Forum Sponsor
  #2  
Old 01-26-2008
Registered User
 

Join Date: Oct 2007
Location: USA
Posts: 570
Quote:
Originally Posted by wisher115 View Post
Hi what would be the sed equivalent of this awk command:
awk '/$getsn/{getline;next}{print}' file

It deletes the variable found and the next line after it in a file.
Thanks
Code:
sed "/$getsn/{
N
d
}" file
Reply With Quote
  #3  
Old 01-26-2008
Moderator
 

Join Date: Dec 2003
Location: /dev/fl
Posts: 1,061
Also can be written as

Code:
sed "/$getsn/{N;d;}" file
Reply With Quote
  #4  
Old 01-26-2008
Registered User
 

Join Date: Sep 2006
Posts: 18
Thanks bro. It works.
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 06:32 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