in reply to Reading directory structure?
perl -e 'use File::Find; find( { wanted => sub { -f $_ && print $File: +:Find::name, "\n" }}, "." );' [download]