The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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.

 
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
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 02-24-2009
samnyc samnyc is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 52
Help with awk

Hi All,

On a file, I need to check if the column 2 & 3 has any zero. If yes, I need to remove it. For example:

20090223.558 31 1
20090223.561 31 1
20090223.563 147568 2896
20090223.564 69137 1518
20090223.566 37103534 672034
20090223.568 0 0
20090223.644 2452475314 41518277
20090223.645 0 0
20090223.650 105227885 1907647


As you can see above, I need to remove two lines which has zero.

This is what I did so for.

awk -F " " {print $2} REG.txt |grep "0"
awk -F " " {print $3} REG.txt |grep "0"

The above command doesn't work, I get every thing, I get any thing that has zero.


Any idea. Thanks.
 

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 04:49 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