Date: Wed, 18 Oct 2000 16:42:07 +0700 From: Roger Merritt <mcrogerm@stjohn.ac.th> To: freebsd-questions@freebsd.org Subject: I/O redirection in tcsh Message-ID: <3.0.6.32.20001018164207.007c6850@stjohn.stjohn.ac.th>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.6.32.20001018164207.007c6850>