The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: awk problem
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-29-2006
rajan_ka1 rajan_ka1 is offline
Registered User
  
 

Join Date: Sep 2005
Posts: 130
awk problem

Hi,

I have a dat file havinf the data like this.

it contains 3 fields like this.

for ex :

*** *** ***
*** *** ***
*** *** ***
12.34 45.64 78.21
*** **** ****

Now i want to write rows only which has data.
awk will work.
please provide syntax for this.