[fpc-pascal] Capture HeadTrace output to file?

Henry Vermaak henry.vermaak at gmail.com
Fri Nov 30 14:18:15 CET 2007


On 30/11/2007, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
> On 30/11/2007, Marco van de Voort <marcov at stack.nl> 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



More information about the fpc-pascal mailing list