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
+8
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`