Options (9)
-1, --onelinebooleanList files one per line
Example:
eza {{[-1|--oneline]}}-a, --allbooleanList all files, including hidden files
Example:
eza {{[-a|--all]}}booleanLong format list (permissions, ownership, size, and modification date) of all files
Example:
eza {{[-al|--all --long]}}-r, --reversebooleanList files with the largest at the top
Example:
eza {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}-s, --sortbooleanList files with the largest at the top
Example:
eza {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}booleanDisplay a tree of files, three levels deep
Example:
eza {{[-lT|--long --tree]}} {{[-L|--level]}} {{3}}-L, --levelbooleanDisplay a tree of files, three levels deep
Example:
eza {{[-lT|--long --tree]}} {{[-L|--level]}} {{3}}-l, --longbooleanList files sorted by modification date (oldest first)
Example:
eza {{[-l|--long]}} {{[-s|--sort]}} {{modified}}booleanList files with their headers, icons, and Git statuses
Example:
eza {{[-lh|--long --header]}} --icons --gitExamples (8)
List files one per line
eza [-1|--oneline]List all files, including hidden files
eza [-a|--all]Long format list (permissions, ownership, size, and modification date) of all files
eza [-al|--all --long]Display a tree of files, three levels deep
eza [-lT|--long --tree] [-L|--level] 3List files sorted by modification date (oldest first)
eza [-l|--long] [-s|--sort] modifiedList files with their headers, icons, and Git statuses
eza [-lh|--long --header] --icons --gitDon't list files mentioned in `.gitignore`
eza --git-ignoremade by @shridhargupta | data from tldr-pages