Skip to content

Commit fd439fa

Browse files
authored
docs: mention use of ListR feature in ls docs
1 parent 976aa6b commit fd439fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/ls/lshelp/lshelp.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Note that |ls| and |lsl| recurse by default - use |--max-depth 1| to stop the re
2626
The other list commands |lsd|,|lsf|,|lsjson| do not recurse by default -
2727
use |-R| to make them recurse.
2828
29+
List commands prefer a recursive method that uses more memory but fewer
30+
transactions by default. Use |--disable ListR| to suppress the behavior.
31+
See [|--fast-list|](/docs/#fast-list) for more details.
32+
2933
Listing a nonexistent directory will produce an error except for
3034
remotes which can't have empty directories (e.g. s3, swift, or gcs -
3135
the bucket-based remotes).`, "|", "`")

0 commit comments

Comments
 (0)