You mean the bash man book? The chapter on redirection? I always fall asleep half way through :) On Fri, Nov 15, 2002 at 09:41:27AM -0600, Clay Fandre wrote: > How about reading the man page? There's a whole section on > "redirection". > > On Thu, 14 Nov 2002, Karl Bongers wrote: > > > The order is significant, this works: > > command 2>&1 | tee output > > > > > > On Thu, Nov 14, 2002 at 05:31:55PM -0600, Bob Tanner wrote: > > > Being an old tcsh user, I use to be able to do this: > > > > > > command |& tee output > > > > > > stdout and stderr get piped to tee > > > > > > I tried this under bash. > > > > > > command | tee output 2>&1 > > > > > > No go. How do you pipe stderr in bash? > > > > _______________________________________________ > Twin Cities Linux Users Group Mailing List - Minneapolis/St. Paul, Minnesota > http://www.mn-linux.org tclug-list at mn-linux.org > https://mailman.mn-linux.org/mailman/listinfo/tclug-list