> For the complete documentation index, see [llms.txt](https://writeups.cavel-security.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://writeups.cavel-security.com/tcm-security-notes/tcm-security-notes/viewing-creating-and-editing-files.md).

# Viewing, Creating, and Editing Files

echo can be used to write to a file i.e echo "hey" > hey.txt To append to hey.txt echo "Hey again dude" **>>** hey.txt

touch newfile.txt can also be used to create a file na
