Which redirection preserves existing log history when a script writes a new entry?
| appends the new output to the file.
|
> appends the new output to the file.
>
< appends the new output to the file.
<
>> appends the new output to the file.
>>