Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-07 00:19:24 +00:00
parent 3e6fa5fca1
commit 4102fec4f8
26 changed files with 610 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git
`stat {{path/to/file}}`
- Display properties about a specific file such as size, permissions, creation and access dates among others without labels:
- Display properties about a specific file, only showing the raw result data without labels:
`stat {{[-t|--terse]}} {{path/to/file}}`