Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-15 00:22:52 +00:00
parent ae37c90b9f
commit 27e9052087
28 changed files with 392 additions and 15 deletions

View File

@@ -12,6 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
`command {{ls}}`
- Find and execute a command using a default `$PATH` (`/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc`) that guarantees to find all standard utilities:
`command -p {{command_name}}`
- Display the path to the executable or the alias definition of a specific command:
`command -v {{command_name}}`