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

Re: Redirect stdout without clobbering?



Quoting Dotan Cohen <dotancohen@gmail.com>:

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.

  use ">>" instead of ">".

rday


Reply to: