View Single Post
  #8 (permalink)  
Old 03-05-04, 08:13
aigles aigles is offline
Registered User
 
Join Date: Jan 2004
Location: Bordeaux, France
Posts: 319
I forgot to give the correction :
Code:
awk 'NF==0 {count++} END { print count}' input_line
__________________
Jean-Pierre.
Reply With Quote