[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Redirecting stdout and stderr into a file



On Wednesday 10 November 2004 09:36 am, Otto Wyss wrote:
> Blake Swadling <blake@swadling.com> wrote:
> > > but how can I redirect both together?
> >
> > grep 2>&1 logfile
>
> Sorry does not work, stderr comes still on the terminal.

command > logfile 2>&1
-- 
Rob



Reply to: