mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 23:55:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -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'`
|
||||
|
||||
Reference in New Issue
Block a user