DEV Community

Discussion on: Root to Linux: Hands-on Commands Part 2

Collapse
 
jimmymcbride profile image
Jimmy McBride

When using cat or echo to add text to a file, you can also use >> to only append the new text to the file, without completely erasing it. :)

So cool to see you writing about Linux! ❤️ Can't wait to read more, great tutorials!