Sorry, I didn't quite understand this. Why echo Hey! > dev.txt does not overwrite the contents of dev.txt. Where is the second line (How are you?) coming from?
That's simple to understand, but why is that regarded as a meme? I think probably two person (admin) has logged into the machine with SSH and they are chatting with each other using the file. I'm just guessing though, not sure actually what's happening!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Sorry, I didn't quite understand this. Why
echo Hey! > dev.txtdoes not overwrite the contents ofdev.txt. Where is the second line (How are you?) coming from?echo "How are you?" >> dev.txtfrom another terminal window XDThat's simple to understand, but why is that regarded as a meme? I think probably two person (admin) has logged into the machine with SSH and they are chatting with each other using the file. I'm just guessing though, not sure actually what's happening!