_Added in 1.9.0_ */remove [-b] <filename>* Deletes the specified file. *Switches* table(ktable). |*Switch*|*Description*| | -b | Move the file to the recycle bin instead of deleting it. | *Parameters* table(ktable). |*Parameter*|*Description*| | <filename> | File to remove. | *Example*
;Create and write to a file.
/write test.txt Hello There
 
;Remove the file.
/remove test.txt