Thomas Sapp schrieb:
[...]
> if someone would kindly instruct me how to redirect it to a file. I
> tried putting "> devkitpower.log" on the end of the command but I only
> got the non-error output. Thanks in advance for any help that is provided.

You can catch the stderr output using:
cmd > stdout.log 2>stderr.log


Cheers,
Jan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to