Skip to content

Commit e13a6aa

Browse files
ToxikuuspageekttiManagor
authored
eza: update page (#16120)
* eza: update page * eza: fix typo Co-authored-by: Managor <[email protected]> --------- Co-authored-by: Toxikuu <[email protected]> Co-authored-by: Wiktor Perskawiec <[email protected]> Co-authored-by: Managor <[email protected]>
1 parent fe3ad5a commit e13a6aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/common/eza.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55
66
- List files one per line:
77

8-
`eza --oneline`
8+
`eza {{[-1|--oneline]}}`
99

1010
- List all files, including hidden files:
1111

12-
`eza --all`
12+
`eza {{[-a|--all]}}`
1313

1414
- Long format list (permissions, ownership, size and modification date) of all files:
1515

16-
`eza --long --all`
16+
`eza {{[-al|--all --long]}}`
1717

1818
- List files with the largest at the top:
1919

20-
`eza --reverse --sort={{size}}`
20+
`eza {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
2121

2222
- Display a tree of files, three levels deep:
2323

24-
`eza --long --tree --level={{3}}`
24+
`eza {{[-lT|--long --tree]}} {{[-L|--level]}} {{3}}`
2525

2626
- List files sorted by modification date (oldest first):
2727

28-
`eza --long --sort={{modified}}`
28+
`eza {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
2929

3030
- List files with their headers, icons, and Git statuses:
3131

32-
`eza --long --header --icons --git`
32+
`eza {{[-lh|--long --header]}} --icons --git`
3333

3434
- Don't list files mentioned in `.gitignore`:
3535

0 commit comments

Comments
 (0)