Thread
:
remove blank lines from a file
View Single Post
#
8
(
permalink
)
03-05-04, 08:13
aigles
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.
aigles
View Public Profile
Find all posts by aigles