At 5:51pm -0400 Fri, 07 Oct 2011, Cor Nouws wrote:
extracting to a tmp folder and then running
(for i in ../*.deb ; do dpkg-deb -x $i . ; done) >&
~/master20111003Deb.log

Looks as if I need to add an extra option/argument to get output in the
log?

I'm about to get schooled in Bash, I'm sure, but if you're looking to get both stdout and stderr into the log file, would that be '&>' (ensure no space between ampersand and carrot), as opposed to >& ?

Kevin
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to