*** empty log message ***
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user