Hmmm... ???

Sasi Peter (sape@iq.rulez.org)
Wed, 20 Jan 1999 18:45:54 +0100 (CET)


What did I do wrong?

[root@iq linux-2.2.0-pre6]# find -name '*.c' -o -name '*.h'|xargs -n 1 grep -c 'goto '|awk 'BEGIN {c=0} {c+=$1} END {print c}'
6130
[root@iq linux-2.2.0-pre6]# cd ../linux-2.0.36
[root@iq linux-2.0.36]# find -name '*.c' -o -name '*.h'|xargs -n 1 grep -c 'goto '|awk 'BEGIN {c=0} {c+=$1} END {print c}'
1826
[root@iq linux-2.0.36]#

;)

Peter

-- 
Peter Sasi  - Technical University of Budapest

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/