Skip to content

Write command

Alvin Cheng edited this page Feb 12, 2023 · 1 revision

Description

This is the write command, this command is used to write data to your local file system. This particular command will input 2 parameters, the first parameter for the data to write inside the file and the second parameter for the directory to write the data in. In other words, the data in parameter one will be written to the file directory in parameter 2.

Note

Permission to access your file system may be required in order to successfully run this command, as this command access the file system of your machine. This may be especially true in MacOS.

Example

write "<DATA>" "<FILE_DIRECTORY>";

Clone this wiki locally