You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alvin Cheng edited this page Jan 9, 2023
·
2 revisions
Description
This is the append command this command will append the string in argument 1 to the file in the filesystem in argument 2. This command is similar to the fs.appendFileSync() function in JS/TS. Here is an example:
Example
append "<CONTENT>" "./<FILE>.txt";
Once this command has been executed, the content you have specified will be written into the file
Notice
Please note that this command is accessing your file system so the OS may ask for your permission(MacOS especially). Please grant permission to the executable to have access to your files, or else this command will fail.