Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-03 00:19:05 +00:00
parent 22a84b91e2
commit 921cbd312c
14 changed files with 55 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# getcap
> Command to display the name and capabilities of each specified file.
> Display the name and capabilities of each specified file.
> More information: <https://manned.org/getcap>.
- Get capabilities for the given files:
@@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git
`getcap -r {{path/to/directory1 path/to/directory2 ...}}`
- Displays all searched entries even if no capabilities are set:
- Display all searched entries even if no capabilities are set:
`getcap -v {{path/to/file1 path/to/file2 ...}}`