On 30/11/2007, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:
> On 30/11/2007, Marco van de Voort <[EMAIL PROTECTED]> wrote:
> >
> >   ./something >&  out.log
> >
>
> That didn't work...

./something.sh > log.txt 2>&1 will redirect both stdout and stderr to
log.txt.  a useful trick...

>
>
> Regards,
>   - Graeme -
>

henry
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to