[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Redirect stdout without clobbering?



On Thu, May 6, 2010 at 6:26 PM, Dotan Cohen <dotancohen@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

Regards,


Reply to: