Pages

2008-06-12

Shellsnippets - Linux Command Reference

Linux Command Reference

e.g. Delete empty directories:
$> find . -depth -type d -empty -exec rmdir {} \;

http://wiki.splitbrain.org/shellsnippets

No comments: