
lsd
List of commands for lsd:
-
lsd:tldr:47e8d lsd: List all files and directories in long format, sorted by modification date (oldest first).$ lsd -ltrtry on your machineexplain this command
-
lsd:tldr:4f35c lsd: List files and directories, one per line.$ lsd -1try on your machineexplain this command
-
lsd:tldr:6e38c lsd: List all files and directories with trailing `/` added to directory names.$ lsd -Ftry on your machineexplain this command
-
lsd:tldr:6e9f8 lsd: List all files and directories, including hidden ones, in the current directory.$ lsd -atry on your machineexplain this command
-
lsd:tldr:a5be1 lsd: List all files and directories in long format, sorted by size (descending).$ lsd -lStry on your machineexplain this command
-
lsd:tldr:d44f1 lsd: List all files and directories in long format (permissions, ownership, size, and modification date).$ lsd -latry on your machineexplain this command
-
lsd:tldr:f24a6 lsd: List all files and directories in long format with size displayed using human-readable units (KiB, MiB, GiB).$ lsd -lhtry on your machineexplain this command