Skip to content

write

Writes to a file.

Terminal window
write [CONT] [>>/>] [PATH]
  • CONT — specify the content you want to write to the file
  • >> — append mode
  • > — overwrite mode
  • PATH — specify the path to the file you want to write to
Terminal window
write SomeStuff >> /home/volk/someFile

Result:
Appended “SomeStuff” to someFile