Skip to content

Instantly share code, notes, and snippets.

View datwright's full-sized avatar
🤠
YEEHAW

Dave Wright datwright

🤠
YEEHAW
View GitHub Profile
@datwright
datwright / gist:799389
Created January 27, 2011 22:11
Simple loop template for the shell
for x
do
echo "you said $x"
done
@datwright
datwright / gist:799353
Created January 27, 2011 21:46
display the occupied diskspace by each directory/file in the current directory
# display the occupied diskspace by each directory/file in the current directory
du -sh *