Skip to content

Instantly share code, notes, and snippets.

@konsumer
Created October 3, 2012 00:33
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 konsumer/3824213 to your computer and use it in GitHub Desktop.
Save konsumer/3824213 to your computer and use it in GitHub Desktop.
#!/bin/bash
path_list=`echo $PATH | tr ':' ' '`
for d in $path_list
do
ls $d
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment