lsblk, df: add exclude examples (#4086)
This commit is contained in:
@@ -17,3 +17,7 @@
|
|||||||
- Display statistics on the number of free inodes:
|
- Display statistics on the number of free inodes:
|
||||||
|
|
||||||
`df -i`
|
`df -i`
|
||||||
|
|
||||||
|
- Display file systems but exclude the specified type:
|
||||||
|
|
||||||
|
`df -x {{squashfs}} -x {{tmpfs}}`
|
||||||
|
@@ -25,3 +25,7 @@
|
|||||||
- Output info about block-device topology:
|
- Output info about block-device topology:
|
||||||
|
|
||||||
`lsblk -t`
|
`lsblk -t`
|
||||||
|
|
||||||
|
- Exclude the devices specified by the comma-separated list of major device numbers:
|
||||||
|
|
||||||
|
`lsblk -e {{1,7}}`
|
||||||
|
Reference in New Issue
Block a user