Help for this page

Select Code to Download


  1. or download this
    perl -MFile::Find -le 'find sub{$x+=-s$_},shift;print$x' some_dir
    
  2. or download this
    perl -MFile::Find -le 'find sub{return if/^\.$/;$x+=-s$_},shift;print$
    +x' some_dir
    
  3. or download this
    perl -le 'sub r{$r=shift;print(chop$r),r($r)if$r}r("noisrucer")'