Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site fortune.UUCP Path: utzoo!linus!decvax!harpo!ihnp4!fortune!olson From: olson@fortune.UUCP Newsgroups: net.cog-eng Subject: Re: name=value or -n value? - (nf) Message-ID: <3028@fortune.UUCP> Date: Tue, 10-Apr-84 23:03:13 EST Article-I.D.: fortune.3028 Posted: Tue Apr 10 23:03:13 1984 Date-Received: Thu, 12-Apr-84 01:24:02 EST Sender: notes@fortune.UUCP Organization: Fortune Systems, Redwood City, CA Lines: 22 #R:circe:-4400:fortune:29300014:000:552 fortune!olson Apr 10 18:36:00 1984 > make >& errs & > is probably the most common command I type, with the possible > exception of > !! > John Quarterman, CS Dept., University of Texas, Austin, Texas If that is the most common command you type, why don't you alias it to something like 'mkbg' (for make background)? I have alias mkbg 'make \!* >& MADE &' alias mkbgW 'mkbg \!* ; tail -f MADE' for running it in the background, and for running it in the background while watching the (saved) output. What's the point in having the csh and aliases if you don't use them? Dave Olson