1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00

compgen: add example to show completing given strings (#15287)

This commit is contained in:
Managor 2024-12-26 20:15:40 +02:00 committed by GitHub
parent b4a0f48d60
commit 2bae5a67f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,10 @@
`compgen -c` `compgen -c`
- List all commands that you could run that start with a specified string:
`compgen -c {{str}}`
- List all aliases: - List all aliases:
`compgen -a` `compgen -a`