home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 11
/
AUCD11B.iso
/
LANGUAGES
/
WraithSet
/
AwkStuff
/
Awkify
/
Examples
/
number
< prev
next >
Wrap
Text File
|
1998-03-03
|
77b
|
3 lines
# Number non-empty lines
{ if (NF > 0 ) printf( "%d ", ++line );
print; }