Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-08 00:14:59 +00:00
parent a812b3c467
commit f8bee5305f
111 changed files with 540 additions and 310 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|--human-readable}}`
`df {{[-h|--human-readable]}}`
- Display the filesystem and its disk usage containing the given file or directory:
@@ -22,12 +22,12 @@ source: https://github.com/tldr-pages/tldr.git
- Include statistics on the number of free inodes:
`df {{-i|--inodes}}`
`df {{[-i|--inodes]}}`
- Display filesystems but exclude the specified types:
`df {{-x|--exclude-type}} {{squashfs}} {{-x|--exclude-type}} {{tmpfs}}`
`df {{[-x|--exclude-type]}} {{squashfs}} {{[-x|--exclude-type]}} {{tmpfs}}`
- Display filesystem types:
`df {{-T|--print-type}}`
`df {{[-T|--print-type]}}`