1
0
Fork 0
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:
Managor 2025-05-09 20:47:19 +03:00 committed by GitHub
parent 814883b7c2
commit 9158ad593e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'`