On 7 May 2010 14:48, Javier Barroso <javibarr...@gmail.com> wrote: > On Thu, May 6, 2010 at 6:26 PM, Dotan Cohen <dotanco...@gmail.com> wrote: >> Is there a way to redirect stdout to a file without clobbering its >> possibly-existing contents? Rather, the output should be appended to >> the end of the file. Thanks. > Maybe you would like to hear about noclober option in bash (set -o > noclobber) that will force you to not overwrite any file >
Thanks, Javier! You are right, I went through the bash manpage and searched for clobber, sure enough! It looks like I need to read that whole document, there is some good info in there. Thank you! -- Dotan Cohen http://bido.com http://what-is-what.com -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/n2j880dece01005070709p3dabf46o61f8091e1d4c5...@mail.gmail.com