mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 23:00:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user