mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
dysk: add page (#13405)
--------- Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
0dee81afb6
commit
72ba622482
1 changed files with 24 additions and 0 deletions
24
pages/linux/dysk.md
Normal file
24
pages/linux/dysk.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# dysk
|
||||
|
||||
> Display filesystem information in a table.
|
||||
> More information: <https://dystroy.org/dysk>.
|
||||
|
||||
- Get a standard overview of your usual disks:
|
||||
|
||||
`dysk`
|
||||
|
||||
- Sort by free size:
|
||||
|
||||
`dysk --sort free`
|
||||
|
||||
- Include only HDD disks:
|
||||
|
||||
`dysk --filter 'disk = HDD'`
|
||||
|
||||
- Exclude SSD disks:
|
||||
|
||||
`dysk --filter 'disk <> SSD'`
|
||||
|
||||
- Display disks with high utilization or low free space:
|
||||
|
||||
`dysk --filter 'use > 65% | free < 50G'`
|
Loading…
Add table
Reference in a new issue