On 13 Dec, Michael J. McGillick wrote:
> Afternoon:
>
> what is the easiest way to save all of the output from a rebuild of an RPM
> to a file? I want to be able to go back through the file to see if there
> were any warning or error messages during the rebuild.
rpm -youroptionshere > outputfile 2>&1
That will put both stout (standard output) and sterr (error messages)
in outputfile.
Though I often find it usefule to put the error messages in a separate
file.
--
Bruce
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.