Skip to content

Instantly share code, notes, and snippets.

@sodonnell
Created July 19, 2009 10:58
Show Gist options
  • Select an option

  • Save sodonnell/149885 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

lol... why!!

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