Skip to content

LIST command

FireBlade edited this page May 8, 2026 · 1 revision

Lists the contents of a directory.

Usage

list [<PATTERN>] [options]

Arguments

  • <PATTERN>
    A search pattern to find.

Options

  • /w (-w, --wide)
    Use wide format, which lists only the names of the items in multiple columns.

  • /s (-s, --sizeformatted)
    Displays formatted sizes (for example, MB, GB, etc. instead of B)

  • /? (/h, -h, --help)
    Show help and usage information.

Aliases

ls, dir, listdir, listcontents

Clone this wiki locally