Delete a file: Difference between revisions

Content added Content deleted
m (→‎{{header|RPL}}: typo in comment)
Line 1,531: Line 1,531:
HOME output.txt' PURGE
HOME output.txt' PURGE
HOME 'docs' PURGE
HOME 'docs' PURGE
Basically, <code>HOME</code> changes the current to directory to the system root. If the last two commands are done successively, only the first call is necessary.
Basically, <code>HOME</code> moves the user from the current directory to the root. If the last two commands are done successively, only the first call is necessary.


=={{header|Ruby}}==
=={{header|Ruby}}==