Delete a File on a Router
Action
To delete a file on the local router, use the following CLI operational mode command:
user@host> file delete filename
Sample Output
user@host> file list /var/tmp
dcd.core rpd.core snmpd.core user@host> file delete /var/tmp/snmpd.core user@host> file list /var/tmp dcd.core rpd.core
Meaning
The sample output shows that the snmpd.core file was deleted.