Re: 2>&1 in /bin/sh

2001-12-24 Thread 豊永 達人
From: Mike Barcroft <[EMAIL PROTECTED]> Subject: Re: 2>&1 in /bin/sh Date: Mon, 24 Dec 2001 01:42:26 -0500 > KT Sin <[EMAIL PROTECTED]> writes: > > Just ran make world this morning and 2>&1 fd redirection stopped working > > for /bin/sh. > > > &

Re: 2>&1 in /bin/sh

2001-12-23 Thread Mike Barcroft
KT Sin <[EMAIL PROTECTED]> writes: > Just ran make world this morning and 2>&1 fd redirection stopped working > for /bin/sh. > > $ ls /bad/file > /dev/null 2>&1 > ls: /bad/file: No such file or directory > > 2>&1 is used extensively in the /etc/rc* bootup scripts. Now, the bootup > screen is clu