mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 21:55:30 +02:00
exa: update page
- Added tokens around parameters - Put backticks around ls - Simplified some descriptions.
This commit is contained in:
parent
1d019e8200
commit
3c66fc488e
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# exa
|
||||
|
||||
> A modern replacement for ls (List directory contents).
|
||||
> A modern replacement for `ls` (List directory contents).
|
||||
|
||||
- List files one per line:
|
||||
|
||||
|
@ -14,14 +14,14 @@
|
|||
|
||||
`exa --long --all`
|
||||
|
||||
- List of files, with the largest at the top:
|
||||
- List files with the largest at the top:
|
||||
|
||||
`exa --reverse --sort=size`
|
||||
`exa --reverse --sort={{size}}`
|
||||
|
||||
- Display a tree of files, three levels deep:
|
||||
|
||||
`exa --long --tree --level=3`
|
||||
`exa --long --tree --level={{3}}`
|
||||
|
||||
- List of files, sorted by modification date (oldest first):
|
||||
- List files sorted by modification date (oldest first):
|
||||
|
||||
`exa --long --sort=modified`
|
||||
`exa --long --sort={{modified}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue