[comp.sys.apollo] Ambiguous redirection error

murillo@sigi.Colorado.EDU (Rodrigo Murillo) (04/28/88)

I am running DOMAIN/IX bsd4.2 Rev9.2.  I thought that this was legal
redirection, so I could get my stderr redirected along with stdout:

   whatever >outfile 2>&1

How do I get both stdout AND stderr to outfile?  Thanks.
-- 
_______________________________________________________________________________
 Rodrigo Murillo, University of Colorado - Boulder  (303) 761-0410 
 murillo@boulder.colorado.edu | ..{ncar|nbires}!boulder!murillo
 ( Machines have less problems.  I'd like to be a machine. -- Andy Warhol )

jch@apollo.uucp (Jan Hardenbergh) (04/30/88)

The syntax you gave works just fine in /bin/sh on sr9.7. In
/bin/csh use:

 whatever >& outfile

Jan Hardenbergh
Apollo Computer