1
0
Fork 0
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:
Managor 2024-09-27 09:02:41 +03:00 committed by GitHub
parent fcbbb762dd
commit 1a399e295c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,3 +22,7 @@
- Display filesystems but exclude the specified types:
`df -x {{squashfs}} -x {{tmpfs}}`
- Display filesystem types:
`df -T`