Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod!samsung!munnari.oz.au!csc.anu.edu.au!csis!ken From: ken@csis.dit.csiro.au (Ken Yap) Newsgroups: comp.arch Subject: Re: UNIX mind-set (was: How wrong is MS-DOS?) Message-ID: <1991Jan14.230313.4737@csis.dit.csiro.au> Date: 14 Jan 91 23:03:13 GMT References: <11313@lanl.gov> <8166@hub.ucsb.edu> <5339@idunno.Princeton.EDU> Followup-To: comp.unix.misc Organization: CSIRO Division of Information Technology Lines: 16 >I'm not sure if the shell is really a 'tool', however. I don't think >ksh, bash, and tcsh follow the "one tool = one simple function" >paradigm. The shell is more of an application IMHO. Perhaps, but people often forget that the shell is a nice place to pipe a stream of commands. I experienced an epiphany when I saw a guru do ls *.pas | sed 's/\(.*\).pas/mv & \1.p/' | sh And another, reparing a root filesystem with cat corrupted, did sh -nv file to view the file. Followups redirected out of comp.arch.