stupid unix questions

Doug Gwyn gwyn at smoke.BRL.MIL
Wed May 2 15:38:40 AEST 1990


In article <15849 at phoenix.Princeton.EDU> pmullman at phoenix.Princeton.EDU (Peter M. Ullman) writes:
>If I find later I have made a mistake, I can snarf the correct parts
>off the screen, and just retype the incorrect parts.

This sort of thing is what caused us to make the BRL Bourne shell's
"history" command display the command history without extra cruft on
the beginnings of the lines, unlike csh, and also to make the "whatis"
builtin display its output in a form suitable for re-input to the
shell, unlike AT&T's Bourne shell's "type" builtin.  Similar thought
went into the order of execution of the $ENV file vs. .profile,
non-use of $ENV by scripts, and so forth, all different from the way
ksh does these things.

It helps if you're accustomed to a nice interactive terminal like the
AT&T 630 where cut-and-paste operations on the text display are quite
natural, so that you really do use them frequently.  In sicker
environments, the advantages of clean user interfaces are not so
evident.



More information about the Comp.unix.questions mailing list