nushell/docs/commands/ls.md
JT 8c0a2d3c15
Auto-generate markdown command docs (#4451)
* Finish updating

* a couple improvements

* Update renames

* cleanup examples
2022-02-13 21:22:51 -05:00

510 B

title layout version
ls command 0.59.0

List the files in a directory.

Signature

> ls (pattern) --all --long --short-names --full-paths --du

Parameters

  • pattern: the glob pattern to use
  • --all: Show hidden files
  • --long: List all available columns for each entry
  • --short-names: Only print the file names and not the path
  • --full-paths: display paths as absolute paths
  • --du: Display the apparent directory size in place of the directory metadata size