DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Delete Old Rails Sessions
find /tmp/ -name "ruby_sess*" -cmin +60 -exec rm \{} \;





Comments
Snippets Manager replied on Tue, 2007/04/10 - 10:43pm