1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:02:08 +02:00

df: add longform options (#13855)

Update df.md
This commit is contained in:
Managor 2024-09-27 18:41:28 +03:00 committed by GitHub
parent eb464cf7a7
commit 731ee736da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
- Display all filesystems and their disk usage in human-readable form: - Display all filesystems and their disk usage in human-readable form:
`df -h` `df {{-h|--human-readable}}`
- Display the filesystem and its disk usage containing the given file or directory: - Display the filesystem and its disk usage containing the given file or directory:
@ -17,12 +17,12 @@
- Include statistics on the number of free inodes: - Include statistics on the number of free inodes:
`df -i` `df {{-i|--inodes}}`
- Display filesystems but exclude the specified types: - Display filesystems but exclude the specified types:
`df -x {{squashfs}} -x {{tmpfs}}` `df {{-x|--exclude-type}} {{squashfs}} {{-x|--exclude-type}} {{tmpfs}}`
- Display filesystem types: - Display filesystem types:
`df -T` `df {{-T|--print-type}}`