1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:15:31 +02:00

type: add page (#2783)

This commit is contained in:
黄永生 2019-02-18 16:56:09 +08:00 committed by Owen Voke
parent 6cf1623348
commit bd045b8606

15
pages/linux/type.md Normal file
View file

@ -0,0 +1,15 @@
# type
> Display the kind of command the shell will execute.
- Display the kind 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}}`