This seems easy in Linux, but I\'m trying to print the names of *.pdf files within a directory and its subdirectories to an output file. I have Perl installed on my
*.pdf
Using Perl, you should almost certainly be using the File::Find core module.