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

@@ -9,7 +9,7 @@ source: https://github.com/tldr-pages/tldr.git
> See also: `whereis`, `whatis`, `type`.
> More information: <https://manned.org/which>.
- Search the PATH environment variable and display the location of any matching executables:
- Search the `$PATH` environment variable and display the location of any matching executables:
`which {{executable}}`