From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pineapple.bbn.com ([128.11.0.16]) by archone.tamu.edu with SMTP id <18894>; Fri, 24 Jan 1992 12:57:20 -0600 Received: from LITCHI.BBN.COM by pineapple.bbn.com id ; Fri, 24 Jan 92 13:56:52 -0500 From: Rich Salz Received: by litchi.bbn.com id ; Fri, 24 Jan 92 13:56:48 EST Date: Fri, 24 Jan 1992 12:56:48 -0600 Message-Id: <9201241856.AA29699@litchi.bbn.com> To: rc@archone.tamu.edu Subject: Revised version of ile I ran ile through lint, Saber, indent, "cat -s" :-), and fixed up a few other things -- it now uses getopt, has only a single exec() call, no more [fp]printf, etc. I also cleaned up the manpage. I've been in touch with the author, and for now I'm just going to make it known to the RC users here. The shar file is 59K; a compressed version is on ~/incoming on archone.tamu.edu at 26K. ! ftp && echo 'Email me for a copy' :-) For those who don't know, ile is a program that opens a pty and spawns a child, providing command-line editing for any process run underneath it. It's very nice. /r$