Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!brl-adm!adm!rbj@icst-cmr.arpa From: rbj@icst-cmr.arpa Newsgroups: comp.unix.questions Subject: why learn UNIX Message-ID: <4252@brl-adm.ARPA> Date: Wed, 4-Feb-87 18:33:01 EST Article-I.D.: brl-adm.4252 Posted: Wed Feb 4 18:33:01 1987 Date-Received: Sat, 7-Feb-87 07:31:03 EST Sender: news@brl-adm.ARPA Lines: 18 > In a recent article rbl@nitrex.UUCP ( Dr. Robin Lake ) wrote: > > UNIX, with it's pipe feature and the excellent Software Tools > > books to back it up, serves well in teaching students how to > > quickly analyze an end-user's real needs and quickly prototype > > a solution. The fast analysis/prototype cycle results in systems... > > WHAT IN HOLY GOOD GOD EARTH DO PIPES HAVE TO DO WITH RAPID PROTOTYPING?? > > This article sounds like a snow job... growl. > > garry wiegand (garry%cadif-oak@cu-arpa.cs.cornell.edu) Ever hear of `popen'? Or the more general case of setting up the plumbing, then forking and execing a system program. Why write a real program when you can call other ones almost as easy as subroutines? (Root Boy) Jim "Just Say Yes" Cottrell