On Mon, Nov 15, 2010 at 7:26 PM, Pranav Peshwe <[email protected]> wrote: > One notable difference would be - `nohup command` will *append* to > nohup.out, while `nohup command > filename` will (owing to the '>') truncate > the file to zero before writing.
That would be simple enough to solve, right. Just use >> instead of >. See http://tldp.org/LDP/abs/html/io-redirection.html -- With Regards, Mehul Ved _______________________________________ Pune GNU/Linux Users Group Mailing List
