|
From: Jack M. <ja...@xi...> - 2001-10-18 21:42:24
|
> I tried to redirect stdout and stderr to /dev/null but I get the > following error. (FreeBSD 4.3) What am I doing wrong? > > dev5# ./AppServer start > /dev/null 2>&1 > Ambiguous output redirect. does: ./AppServer start > /dev/null 2> /dev/null fail as well? jack. |