Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!sri-spam!nike!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.mac Subject: Re: UNIX like interface for MAC. Message-ID: <8609230602.AA13387@cory.Berkeley.EDU> Date: Tue, 23-Sep-86 02:02:26 EDT Article-I.D.: cory.8609230602.AA13387 Posted: Tue Sep 23 02:02:26 1986 Date-Received: Tue, 23-Sep-86 06:02:28 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 31 You could impliment mouse base piping through multiple commands You could impliment mouse base redirection You could impliment command line options via the mouse But did anyone take the time to think how long it would take to setup a typical UNIX command line? cat /etc/passwd | sort -r +2 -Hit the 'cat' icon, the PIPE icon the SORT icon -cat runs ... asks for a file name. Enter the filename or have some sort of browser w/ the mouse -sort runs, asks for options (After all, we want to sort the third field and have the output in reverse order) Thank you, I'll stick with a shell. I don't see how anyone could make a usable enviroment out of that if it took 5 minutes to set up every command. And don't give me any s&%t about 'impliment aliases'. I use aliases extensively, but a lot of the stuff I type is diverse enough not to be practical to put in an alias. The only reasonable interface you could cook up for the MAC would necessarily be a simplistic one. -Matt