What echo >> file does
Add a line to the end of a file without erasing what's already there.
echoline>>file.txt
echo— command — print textline— argument: a file, a folder, or text>>— append the output to the end of the filefile.txt— argument: a file, a folder, or text