RM and DEL Command
Written by Anthony Pavia on Sep 25, 2024 3:05 pm
Both ‘rm’ and ‘del’ commands remove files from the JNIOR. Both perform the same action so choosing which one to use is a matter of preference. The standard ‘rm’ and ‘del’ command only require the file location you wish to delete from. For example, when removing a file in the flash folder, the command would be ‘rm flash/[FILENAME]’ or ‘del flash/[FILENAME]’.
These commands can also be used with the -a option, which removes the specified files without giving confirmation prompts. This should be used carefully, as confirmation prompts can prevent you from accidentally deleting import files.
On this page