mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:53:50 +02:00
write: add page (#17610)
Co-authored-by: Kristopher <kristopherleads@gmail.com>
This commit is contained in:
parent
685347812b
commit
6c4dd6a7e6
1 changed files with 16 additions and 0 deletions
16
pages/cisco-ios/write.md
Normal file
16
pages/cisco-ios/write.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# write
|
||||
|
||||
> Write data to memory.
|
||||
> More information: <https://www.oreilly.com/library/view/cisco-ios-in/0596008694/re869.html#book-content>.
|
||||
|
||||
- Write current configuration to memory:
|
||||
|
||||
`write memory`
|
||||
|
||||
- Delete the configuration in memory:
|
||||
|
||||
`write erase`
|
||||
|
||||
- Display help:
|
||||
|
||||
`write ?`
|
Loading…
Add table
Reference in a new issue