mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 09:15:24 +02:00
dysk: add option placeholders and update more information link (#16421)
This commit is contained in:
parent
814883b7c2
commit
9158ad593e
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# dysk
|
||||
|
||||
> Display filesystem information in a table.
|
||||
> More information: <https://dystroy.org/dysk>.
|
||||
> More information: <https://manned.org/dysk>.
|
||||
|
||||
- Get a standard overview of your usual disks:
|
||||
|
||||
|
@ -9,16 +9,16 @@
|
|||
|
||||
- Sort by free size:
|
||||
|
||||
`dysk --sort free`
|
||||
`dysk {{[-s|--sort]}} free`
|
||||
|
||||
- Include only HDD disks:
|
||||
|
||||
`dysk --filter 'disk = HDD'`
|
||||
`dysk {{[-f|--filter]}} 'disk = HDD'`
|
||||
|
||||
- Exclude SSD disks:
|
||||
|
||||
`dysk --filter 'disk <> SSD'`
|
||||
`dysk {{[-f|--filter]}} 'disk <> SSD'`
|
||||
|
||||
- Display disks with high utilization or low free space:
|
||||
|
||||
`dysk --filter 'use > 65% | free < 50G'`
|
||||
`dysk {{[-f|--filter]}} 'use > 65% | free < 50G'`
|
||||
|
|
Loading…
Add table
Reference in a new issue