Hello.

M.Canales.es wrote:

Hi.

I'm changing how to disk usage and build time are added to the build logs to made that values more useful from book editor view point.

But I have a problem with the bash built-in time command that I don't know how to solve.

Know someone how to the output of
time { some commands ; }

can be redirected to a log file?
Try this:

   ( time { commands; } ) 2>log


*david

--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to