*** empty log message ***

This commit is contained in:
2006-12-23 06:33:47 +00:00
parent 5082a77c2e
commit eaf49fce98
12 changed files with 27 additions and 23 deletions

View File

@ -1,9 +1,9 @@
{
nc = ((nc + length ($0)) + 1);
nw = (nw + __global9);
nw = (nw + NF);
}
END {
print __global10,"lines,",nw,"words,",nc,"characters";
print NR,"lines,",nw,"words,",nc,"characters";
}
6 lines, 18 words, 77 characters