Skip to content

Instantly share code, notes, and snippets.

@tatsuru
Created January 21, 2016 06:05
Show Gist options
  • Save tatsuru/7fbaa10fa425f5808764 to your computer and use it in GitHub Desktop.
Save tatsuru/7fbaa10fa425f5808764 to your computer and use it in GitHub Desktop.
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