Skip to content
Prev 67209 / 398502 Next

how to print error message in batch mode

On Thu, Apr 07, 2005 at 01:58:55PM +0200, Elio Mineo wrote:
The canonical and perhaps "more correct" way to redirect stderr into
stdout is 2>&1, as in

    R -q --no-save < prova > prova.out 2>&1

Best regards, Jan