[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

^Z signal



>>>>> pete@minster.york.ac.uk writes:

pete> A simple %read builtin would save us all a lot of time and would enable
pete> us to get rid of many sh and rc scripts... but again I must stress
pete> _KEEP IT SIMPLE_ for three reasons:

pete> (1) Es is already quite a large binary (it's the largest of the six shells
pete> on our Sparcs;

Did you strip the binary?  On my machine, that cut it down from 624K
to 192K.  And that is with editline linked in.  Compiling with
assertions off might make it smaller yet.  On our machine, tcsh and
bash are considerably larger (though bash is statically linked, so the
comparison is not quite fair).

- Harald