File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
- List files one per line:
7
7
8
- ` eza -- oneline `
8
+ ` eza {{[-1|-- oneline]}} `
9
9
10
10
- List all files, including hidden files:
11
11
12
- ` eza -- all `
12
+ ` eza {{[-a|-- all]}} `
13
13
14
14
- Long format list (permissions, ownership, size and modification date) of all files:
15
15
16
- ` eza --long --all `
16
+ ` eza {{[-al|--all --long]}} `
17
17
18
18
- List files with the largest at the top:
19
19
20
- ` eza -- reverse -- sort= {{size}} `
20
+ ` eza {{[-r|-- reverse]}} {{[-s|-- sort]}} {{size}} `
21
21
22
22
- Display a tree of files, three levels deep:
23
23
24
- ` eza -- long --tree -- level= {{3}} `
24
+ ` eza {{[-lT|-- long --tree]}} {{[-L|-- level]}} {{3}} `
25
25
26
26
- List files sorted by modification date (oldest first):
27
27
28
- ` eza -- long -- sort= {{modified}} `
28
+ ` eza {{[-l|-- long]}} {{[-s|-- sort]}} {{modified}} `
29
29
30
30
- List files with their headers, icons, and Git statuses:
31
31
32
- ` eza -- long --header --icons --git `
32
+ ` eza {{[-lh|-- long --header]}} --icons --git `
33
33
34
34
- Don't list files mentioned in ` .gitignore ` :
35
35
You can’t perform that action at this time.
0 commit comments