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