for $file in *;do wc -l $file;done
for $file in *; { wc -c $file ;}
Is the for loop even necessary?
echo wc -l * |sh
http://www.in-ulm.de/~mascheck/various/argmax/
Is the for loop even necessary?
But...http://www.in-ulm.de/~mascheck/various/argmax/