type: move to common/

This commit is contained in:
lbonanomi
2019-05-22 11:41:56 -04:00
committed by Starbeamrainbowlabs
parent 6915d3f141
commit f058ddc869

View File

@@ -1,15 +0,0 @@
# 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}}`