mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 19:45:27 +00:00
22 lines
424 B
Plaintext
22 lines
424 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, cisco-ios]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dir
|
|
|
|
> List files.
|
|
> More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/fund/n5k-fund-cr/n5k-fund_cmds_d.html#dir>.
|
|
|
|
- List files in the current working directory:
|
|
|
|
`dir`
|
|
|
|
- List files in a specific filesystem:
|
|
|
|
`dir {{flash}}:`
|
|
|
|
- List available filesystems:
|
|
|
|
`dir ?`
|