Recovered from cvs revision 2007-05-01 07:40:00
This commit is contained in:
4
ase/test/awk/emp-024.awk
Normal file
4
ase/test/awk/emp-024.awk
Normal file
@ -0,0 +1,4 @@
|
||||
{ nc = nc + length($0) + 1;
|
||||
nw = nw + NF;
|
||||
}
|
||||
END { print NR, "lines,", nw, "words,", nc, "characters"; }
|
Reference in New Issue
Block a user