From c5f174f6e55283c89ced8dbd736645d40f10bc31 Mon Sep 17 00:00:00 2001 From: Xartoks <45243886+Xartoks@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:15:16 +0200 Subject: [PATCH] lsd: update page (#13759) --- pages/common/lsd.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/common/lsd.md b/pages/common/lsd.md index a5fd4204ca..9251f050a2 100644 --- a/pages/common/lsd.md +++ b/pages/common/lsd.md @@ -12,26 +12,26 @@ `lsd -a` -- List all files and directories with trailing `/` added to directory names: +- List files and directories with trailing `/` added to directory names: `lsd -F` -- List all files and directories in long format (permissions, ownership, size, and modification date): +- List all files and directories in long format (permissions, ownership, size in human-readable format, and modification date): -`lsd -la` +`lsd -lha` -- List all files and directories in long format with size displayed using human-readable units (KiB, MiB, GiB): - -`lsd -lh` - -- List all files and directories in long format, sorted by size (descending): +- List files and directories in long format, sorted by size (descending): `lsd -lS` -- List all files and directories in long format, sorted by modification date (oldest first): +- List files and directories in long format, sorted by modification date (oldest first): `lsd -ltr` - Only list directories: `lsd -d {{*/}}` + +- Recursively list all directories in a tree format: + +`lsd --tree -d`