Skip to content

Instantly share code, notes, and snippets.

@konsumer
Created October 3, 2012 00:33
Embed
What would you like to do?
#!/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