Re: Redirecting output of 'cdparanoia -vsQ'
[email protected] (Monty) Mon, 21 Feb 2005 21:45:51 -0500
| Newsgroups | gmane.comp.audio.cd-paranoia.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 21, 2005 at 04:00:44PM -0800, Nycran wrote: > Hi all, firstly I appologise if this is not the right > forum to ask questions like this, > > I'm trying to redirect the output of the 'cdparanoia > -vsQ' command to a text file with something like this > > cdparanoia -vsQ > tempfile.tmp > > But the output of the command still appears in stdout > instead of obeying the redirect. Likewise, if I use a > perl command to try and capture the output: You want to redirect stderr, not stdout. Monty