Re: [ILUG] Saving bash out put to file

From: Rob Hill (robhill at domain indigo.ie)
Date: Tue 07 Sep 1999 - 12:00:04 IST


Brian Galbraith wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The GUI I use with PGP/GPG has been giving some problems since I upgraded to
> SuSe 6.2.
>
> The developers have asked me to forward the output when I run make.
> I have not discovered how to save the output to file, and I do not relish
> the thought of having to type out the whole thing.
>
> I would appreciate some guidance.
>
> I use kvt.

try
make > makeoutput.txt 2>make_err.txt

this will put the output and error msgs into seperate files...

or make > out_and_error.txt 2>&1

will put both into the same file....

rob



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:32 GMT