Hi. Im running perl via cygwin on NT. I want to remove all files *.1.txt.
I have tried: 1) system("rm *.t.txt"); 2) $file = '*.1.txt'; system("rm $file"); 3) system('rm *.1.txt'); ...but, I cant get any of them to work. Any ideas? Thanks for your time. -tyler -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]