> 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.

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to