mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-18 01:35:42 +02:00
dir: add page (#17603)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
da795b26df
commit
2b442646bd
1 changed files with 16 additions and 0 deletions
16
pages/cisco-ios/dir.md
Normal file
16
pages/cisco-ios/dir.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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 ?`
|
Loading…
Add table
Reference in a new issue