Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-28 00:16:46 +00:00
parent 3d00577959
commit fe793953f8
19 changed files with 52 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- 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:
@@ -22,8 +22,12 @@ source: https://github.com/tldr-pages/tldr.git
- Include statistics on the number of free inodes:
`df -i`
`df {{-i|--inodes}}`
- Display filesystems but exclude the specified types:
`df -x {{squashfs}} -x {{tmpfs}}`
`df {{-x|--exclude-type}} {{squashfs}} {{-x|--exclude-type}} {{tmpfs}}`
- Display filesystem types:
`df {{-T|--print-type}}`