mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 03:50:55 +00:00
Update cheatsheets
This commit is contained in:
21
type
Normal file
21
type
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# type
|
||||
|
||||
> Display the type of command the shell will execute.
|
||||
> More information: <https://manned.org/type>.
|
||||
|
||||
- Display the type of a command:
|
||||
|
||||
`type {{command}}`
|
||||
|
||||
- Display all locations containing the specified executable:
|
||||
|
||||
`type -a {{command}}`
|
||||
|
||||
- Display the name of the disk file that would be executed:
|
||||
|
||||
`type -p {{command}}`
|
||||
Reference in New Issue
Block a user