Created
January 21, 2016 06:05
-
-
Save tatsuru/7fbaa10fa425f5808764 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tatsuru@moryo$ for char in {a..z}; do; which -a $char; done ~ | |
a not found | |
b not found | |
c not found | |
d not found | |
e not found | |
f not found | |
g not found | |
h not found | |
i not found | |
j not found | |
k not found | |
l not found | |
m not found | |
n not found | |
o not found | |
p not found | |
/usr/bin/q | |
r: shell built-in command | |
s: aliased to socksify | |
t: aliased to tsocks | |
u not found | |
v not found | |
/usr/bin/w | |
x not found | |
y not found | |
z not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment