Files
cheatsheet-tldr/tldr/cisco-ios/question-mark
2025-08-25 00:20:51 +00:00

22 lines
446 B
Plaintext

---
syntax: markdown
tags: [tldr, cisco-ios]
source: https://github.com/tldr-pages/tldr.git
---
# ?
> Get context sensitive.
> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/configuration/15mt/fundamentals-15-mt-book/cf-cli-basics.html#GUID-223128D2-FB6D-418D-86C6-06D1D0DA51B3>.
- Get available commands:
`?`
- Get storages that are listable:
`dir ?`
- Show what IP information is viewable:
`ip show ?`