On 30/11/2007, Marc Santhoff <[EMAIL PROTECTED]> wrote:
> For sh and maybe bash getting stdout and stderr in the file
>
> ./something 2>&1 out.log
>
> should do. I didnt test, but getting stderr only may work like this:


I use bash and the above doesn't work...  Henry's example of
./something > log.txt 2>&1 works though.



Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to