perl -Mstrict -MFile::Find -wle 'find( sub {print}, @ARGV)' .
In reply to Re: Recursive directory scanning by Tyke in thread Recursive directory scanning by pwhysall