I\'ve seen somewhere that we can use >> in shell. What\'s the difference between using > and >> in shell?
>> is for appending whereas > is for writing (replacing).
>>
>