Help for this page

Select Code to Download


  1. or download this
    find /whatever/path/ -size 0 -exec rm {} \;
    
  2. or download this
    Purge( '/whatever/path' );
    sub Purge {
    ...
        }
        close $dh or die "$!, for $dir";
    }