Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-17 00:22:45 +00:00
parent 38ecb2b6c5
commit 42c0c33dde
259 changed files with 1079 additions and 386 deletions

21
tldr/cisco-ios/write Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, cisco-ios]
source: https://github.com/tldr-pages/tldr.git
---
# 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 ?`