From fd439fab623067e71559c367c3ca3871530e18f0 Mon Sep 17 00:00:00 2001 From: vyv03354 Date: Mon, 15 Dec 2025 17:11:00 +0900 Subject: [PATCH] docs: mention use of ListR feature in ls docs --- cmd/ls/lshelp/lshelp.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/ls/lshelp/lshelp.go b/cmd/ls/lshelp/lshelp.go index f4cae3d19..445f190db 100644 --- a/cmd/ls/lshelp/lshelp.go +++ b/cmd/ls/lshelp/lshelp.go @@ -26,6 +26,10 @@ Note that |ls| and |lsl| recurse by default - use |--max-depth 1| to stop the re The other list commands |lsd|,|lsf|,|lsjson| do not recurse by default - use |-R| to make them recurse. +List commands prefer a recursive method that uses more memory but fewer +transactions by default. Use |--disable ListR| to suppress the behavior. +See [|--fast-list|](/docs/#fast-list) for more details. + Listing a nonexistent directory will produce an error except for remotes which can't have empty directories (e.g. s3, swift, or gcs - the bucket-based remotes).`, "|", "`")