Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-24 00:19:28 +00:00
parent cd59a77dc8
commit 88bfcc64fb
11 changed files with 161 additions and 46 deletions

View File

@@ -31,3 +31,11 @@ source: https://github.com/tldr-pages/tldr.git
- See all available commands/aliases starting with 'ls':
`compgen -ac {{ls}}`
- List all users on the system:
`compgen -u`
- Display help:
`compgen --help`