Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!uhccux!lupton From: lupton@uhccux.uhcc.hawaii.edu (Robert Lupton) Newsgroups: gnu.bash.bug Subject: piping error output in Bash 1.04 Keywords: bash Message-ID: <5877@uhccux.uhcc.hawaii.edu> Date: 2 Jan 90 23:16:26 GMT Organization: University of Hawaii Lines: 11 Bash supports the csh style redirection of both error and stdout to a file: foo >& bar but not foo |& bar I'd like to see this added, but Brian says that he's unconvinced. I see no reason not to add it, although you can of course achieve the same thing if you can remember where to put all of the &'s. As an ex-csh user, I'd like the compatibilotyu and consistency. What do you think? Robert