1
0
Fork 0
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:
Managor 2025-08-16 22:02:59 +03:00 committed by GitHub
parent 685347812b
commit 6c4dd6a7e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/cisco-ios/write.md Normal file
View 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 ?`