By the way, while tcsh is certainly big, the largest binary I've found
on 2.11BSD is actually hack.
Kermit also sortof is a big heavier than tcsh. But so far, I think tcsh
comes in third. :-)
simh:/home/bqt# ls -l /usr/games/hack /usr/new/kermit /bin/tcsh
-r-xr-xr-x 1 bin 154878 Apr 29 2023 /bin/tcsh
-rws--x--x 1 daemon 194570 Apr 29 2023 /usr/games/hack
-rwxr-x--x 1 root 166045 Aug 12 2009 /usr/new/kermit
simh:/home/bqt# size /usr/games/hack /usr/new/kermit /bin/tcsh
text data bss dec hex
37568 32236 12400 82204 1411c /usr/games/hack total text: 148224
overlays: 24512,24192,22528,18688,20736
48640 20728 25162 94530 17142 /usr/new/kermit total text: 103680
overlays: 13440,15744,14720,11136
48384 14478 11936 74798 1242e /bin/tcsh total text: 140352
overlays: 15424,16000,14208,14080,16256,16000
Johnny