summaryrefslogtreecommitdiff
path: root/3 Resources/Linux/Use type if which doesnt work.md
diff options
context:
space:
mode:
Diffstat (limited to '3 Resources/Linux/Use type if which doesnt work.md')
-rw-r--r--3 Resources/Linux/Use type if which doesnt work.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/3 Resources/Linux/Use type if which doesnt work.md b/3 Resources/Linux/Use type if which doesnt work.md
new file mode 100644
index 0000000..39881dc
--- /dev/null
+++ b/3 Resources/Linux/Use type if which doesnt work.md
@@ -0,0 +1,7 @@
+---
+tags:
+ - linux
+ - shell
+---
+Sometimes `which` will say: HEY it's a function!
+Then we can use `type` :) It even shows the defition! \ No newline at end of file