mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
58e8ea6084
# Description Based on #13219, added several examples to `ls` doc to demonstrate recursive directory listings. List of changes in this PR: * Add example for `ls **/*` to demonstrate recursive listing using glob pattern * Add example for `ls ...(glob )`... to demonstrate recursive listing using glob command * Remove `-s` from an example where it had no use (since it was based on the current directory and was not recursive) * Update the description of `ls -a ~ `... to clarify that it lists the full path of directories * Update the description of `ls -as ~ `... (the difference being the `-s`) to clarify that it lists only the filenames, not paths. # User-Facing Changes Help only # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting N/A |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |