Help for this page
2002/07/14/path/content
use strict; use File::Find; ... print "pre-processing @_\n"; # never see this return sort { $b <=> $a } grep { /^\d+$/ } @_; }
[fastolfe@home test]$ ./resolve-name /path/content testing . ... testing ./2001/05 testing ./2001/05/30 ./2001/05/30/path/content