Issue
I've seen somewhere that we can use >> in shell. What's the difference between using > and >> in shell?
id='dv4'>
Solution
>>
is for appending whereas >
is for writing (replacing).
Answered By - jldupont Answer Checked By - Timothy Miller (WPSolving Admin)