On Tue, Mar 02, 2010 at 12:43:39PM -0800, Kevin Dankwardt wrote: > On 03/02/2010 11:42 AM, Yan Seiner wrote: > > > > The '|&' operator throws an error. > ... > What does |& have to do with a network port, anyway? Its a Bourne > Shellism for piping standard error, I believe.
It's a csh-ism to pipe a comingled stdout and stderr. Bourne et al. use "2>" to redirect stderr specifically. -- David N. Lombard, Intel, Irvine, CA I do not speak for Intel Corporation; all comments are strictly my own. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
