Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks. it does work, though, you mean it is working on your machine? Secondly, as you pointed out using pipe we can only redirect stdout. I am interested in some command or bash feature that will let me redirect stderr. (but not the temp file trick) Commented Oct 26, 2010 at 4:07
  • 1
    @Andrew I mean, the command works the way it has been designed to work. It just doesn't work the way you want it to :) Commented Oct 26, 2010 at 4:25
  • I don't know of any way that can redirect error output of a command to standard input of another. Would be interesting if someone can point that out. Commented Oct 26, 2010 at 4:31