#show disk usage of folders find . -type d -maxdepth 1 -exec du -hcs {} ; | grep "./"
#unzip recursively find . -name "*.zip" -exec unzip {} ; -exec /bin/rm {} ;
#curl POST data and newlines cat /tmp/mm.txt | curl -d @- http://localhost:3000/message/new cat /tmp/mm.txt | lwp-request -m POST http://localhost:7600/edges/2269000
#netstat sudo netstat -plnt | grep '8080'
#svn svn log -r {2012-01-01}:HEAD -v