Anders Andersson writes:

> p...@airwaves:~$ size `which awk`
>    text    data     bss     dec     hex filename
>  313483    1392   20584  335459   51e63 /usr/bin/awk

Small price to pay for something that can basically do the job of almost the
entire Unix userland.

Also, yours is bloated (but still not too large given what it can do).

11:11 ~ ; size $(which awk)
   text    data     bss     dec     hex filename
 118712    2880    4640  126232   1ed18 /usr/bin/awk


Reply via email to