1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:42:08 +02:00

eza: update page (#16120)

* eza: update page

* eza: fix typo

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

---------

Co-authored-by: Toxikuu <toxikuu@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Toxikuu 2025-04-07 04:02:11 -05:00 committed by GitHub
parent fe3ad5ae87
commit e13a6aaf56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,31 +5,31 @@
- List files one per line: - List files one per line:
`eza --oneline` `eza {{[-1|--oneline]}}`
- List all files, including hidden files: - List all files, including hidden files:
`eza --all` `eza {{[-a|--all]}}`
- Long format list (permissions, ownership, size and modification date) of all files: - Long format list (permissions, ownership, size and modification date) of all files:
`eza --long --all` `eza {{[-al|--all --long]}}`
- List files with the largest at the top: - List files with the largest at the top:
`eza --reverse --sort={{size}}` `eza {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
- Display a tree of files, three levels deep: - Display a tree of files, three levels deep:
`eza --long --tree --level={{3}}` `eza {{[-lT|--long --tree]}} {{[-L|--level]}} {{3}}`
- List files sorted by modification date (oldest first): - List files sorted by modification date (oldest first):
`eza --long --sort={{modified}}` `eza {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
- List files with their headers, icons, and Git statuses: - List files with their headers, icons, and Git statuses:
`eza --long --header --icons --git` `eza {{[-lh|--long --header]}} --icons --git`
- Don't list files mentioned in `.gitignore`: - Don't list files mentioned in `.gitignore`: