summaryrefslogtreecommitdiff
path: root/3 Resources/Linux/Use type if which doesnt work.md
blob: 39881dcdc32885555787de639f4fc8f43743f2db (plain)
1
2
3
4
5
6
7
---
tags:
  - linux
  - shell
---
Sometimes `which` will say: HEY it's a function!
Then we can use `type` :) It even shows the defition!