Hi there,
I have the following script which deletes all the *.pdf files in one folder older then 2 days, but I need something which would delete all the *.pdf files in all the sub-folders
#!/usr/bin/perl
STDERR
$dir = "c:/test/pdf" ;
opendir (DIR, "$dir/");
@FILES =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.