Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-02 00:21:15 +00:00
parent fde4de0db5
commit 922b1aa234
102 changed files with 288 additions and 216 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
`compgen -c`
- List all commands that you could run that start with a specified string and save results to `COMPREPLY`:
- List all commands that you could run that start with a specified string and save results to `$COMPREPLY`:
`compgen -V COMPREPLY -c {{str}}`