From owner-freebsd-current Tue Aug 8 01:39:20 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA06917 for current-outgoing; Tue, 8 Aug 1995 01:39:20 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id BAA06857 for ; Tue, 8 Aug 1995 01:38:54 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id SAA32224; Tue, 8 Aug 1995 18:35:05 +1000 Date: Tue, 8 Aug 1995 18:35:05 +1000 From: Bruce Evans Message-Id: <199508080835.SAA32224@godzilla.zeta.org.au> To: bde@zeta.org.au, j@uriah.heep.sax.de Subject: Re: bin/660: /bin/sh has problem with redirection. Cc: current@freebsd.org, odiug@darkstar.informatik.rwth-aachen.de Sender: current-owner@freebsd.org Precedence: bulk >> >... The pdksh also seems a lot smaller: >> >-rwxr-xr-x 1 bin bin 217088 Jul 4 22:38 ksh >> >lrwxr-xr-x 1 bin bin 3 Aug 8 01:16 sh -> ksh >> >-r-xr-xr-x 1 bin bin 299008 Jun 10 11:48 sh.old >> >> The difference is mostly for the 63K libedit.a that gives support for both >> vi and emacs mode line editing. >Isn't (pd)ksh also supposed to have command-line editing? It's probably less bloated. It is possible to write a file editor in 2K, Bruce