mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 18:45:24 +00:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, cisco-ios]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# delete
|
|
|
|
> Delete individual files.
|
|
> More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/fund/n5k-fund-cr/n5k-fund_cmds_d.html#delete>.
|
|
|
|
- Delete a file from flash memory:
|
|
|
|
`delete {{vlan.dat}}`
|