1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 09:55:23 +02:00

compgen: add examples (#16000)

Update compgen.md
This commit is contained in:
Managor 2025-03-23 11:21:47 +02:00 committed by GitHub
parent d741d52dbd
commit a829d584df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,3 +26,11 @@
- See all available commands/aliases starting with 'ls':
`compgen -ac {{ls}}`
- List all users on the system:
`compgen -u`
- Display help:
`compgen --help`