On Tuesday, November 22, 2011 12:54:58 PM Andrew Min Chang did opine: > Hi Fr¨¦d¨¦ric,Sure, config.log and make.log, att. > By the way, what's the meaning of "2>&1"? > That is the most commonly used syntax for redirecting the shells stderr path to the stdout path, and you see both errors and normal output in that data stream. If you then append >/logfile to that, all output is then saved in the logfile. Or, if you want to append to an existing file, the >>logfile will append the data to an existing file.
Bog Std (standard, all shells apparently do it, unix like tools. ;-) Cheers, Gene -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) My web page: <http://coyoteden.dyndns-free.com:85/gene> Incumbent, n.: Person of liveliest interest to the outcumbents. -- Ambrose Bierce, "The Devil's Dictionary" _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser

