Skip to content

Instantly share code, notes, and snippets.

@sodonnell
Created July 19, 2009 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sodonnell/149885 to your computer and use it in GitHub Desktop.
Save sodonnell/149885 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for i in `echo $PATH | sed 's/\:/\n/g'`; do ls -a $i; done
@sodonnell
Copy link
Author

lol... why!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment