Skip to content

Commit 6c4dd6a

Browse files
write: add page (#17610)
Co-authored-by: Kristopher <[email protected]>
1 parent 6853478 commit 6c4dd6a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/cisco-ios/write.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# write
2+
3+
> Write data to memory.
4+
> More information: <https://www.oreilly.com/library/view/cisco-ios-in/0596008694/re869.html#book-content>.
5+
6+
- Write current configuration to memory:
7+
8+
`write memory`
9+
10+
- Delete the configuration in memory:
11+
12+
`write erase`
13+
14+
- Display help:
15+
16+
`write ?`

0 commit comments

Comments
 (0)