. How to run the unix find command from window server using perl script. below is my command.
Since window has sep syntax its nt recognising my unix command. Kindly help me.#!/usr/bin/perl use warnings; use strict; my $wkDir; $wkDir ="/D/ARCHIVE/BIOS/PRTFILES"; system("find . -mtime +20 -type d \"${wkDir}\" -exec rm -rf {} \\;");
In reply to run the find command in perl script from window server by rrrrr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |