Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TheTechGuy
  • Content: Threads
  • Order by date
  1. TheTechGuy

    Perl script to delete *.pdf files older then 2 days in subfolders

    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 =...

Part and Inventory Search

Back
Top