mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 20:15:31 +02:00
df: add filesystem type command (#13847)
This commit is contained in:
parent
fcbbb762dd
commit
1a399e295c
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- Display filesystems but exclude the specified types:
|
||||
|
||||
`df -x {{squashfs}} -x {{tmpfs}}`
|
||||
|
||||
- Display filesystem types:
|
||||
|
||||
`df -T`
|
||||
|
|
Loading…
Add table
Reference in a new issue