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 and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
next/Previous business day kotasateesh Shell Programming and Scripting 4 10-16-2007 02:09 AM
how to go previous line in vim useless79 UNIX for Advanced & Expert Users 2 09-16-2007 09:10 AM
Previous Command vskr72 UNIX for Dummies Questions & Answers 2 04-20-2007 12:03 PM
Previous Command vskr72 Shell Programming and Scripting 1 04-19-2007 08:04 PM
Previous Command vskr72 UNIX for Advanced & Expert Users 0 04-19-2007 07:51 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-18-2005
videsh77 videsh77 is offline
Registered User
  
 

Join Date: Aug 2004
Posts: 144
Value of previous row using awk

I would like to know value for previous row, in addition to current row.

How would I will get value for previous row? How can I perform this with awk?
  #2 (permalink)  
Old 02-18-2005
vgersh99's Avatar
vgersh99 vgersh99 is offline Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,131
what is "value for previous row"?
if you mean "the previous row", just keep saving "rows" in a variable like so:
previous=$0
  #3 (permalink)  
Old 02-18-2005
bhargav's Avatar
bhargav bhargav is offline Forum Advisor  
Registered User
  
 

Join Date: Sep 2004
Location: USA
Posts: 511
i prefer grep and sed to solve this problem.


Code:
a=`grep -n "bhargav" file1 | cut -d":" -f 1`
((b=a-1))
if test $b -ne 0
then
sed -n ""$b","$a"p" file1
else
sed -n '1 p' file1
fi

Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 05:23 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0