Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-10 00:19:02 +00:00
parent 9f85bd373f
commit c39b4c5f19
53 changed files with 152 additions and 86 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# 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:
@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- 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'`