From owner-freebsd-questions Wed Oct 18 2:41:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id 4585D37B657 for ; Wed, 18 Oct 2000 02:41:38 -0700 (PDT) Received: from granite ([203.151.134.100]) by stjohn.stjohn.ac.th (8.9.3/8.9.3) with SMTP id QAA08415 for ; Wed, 18 Oct 2000 16:36:24 +0700 (GMT) Message-Id: <3.0.6.32.20001018164207.007c6850@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 18 Oct 2000 16:42:07 +0700 To: freebsd-questions@freebsd.org From: Roger Merritt Subject: I/O redirection in tcsh Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't figure out from the man page how to redirect STDERR to STDIN so error messages will be logged while I'm running a job in the background. In bash I could just add '2>&1' in the command line, but tcsh calls that 'ambiguous redirection' and refuses to run the command. I tried just '>&', but that didn't work, either. What's the proper command? -- Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message