发新话题
打印

【求助】system (rm -f *jpg); 在perl中?效噢!!

【求助】system (rm -f *jpg); 在perl中?效噢!!

它?行了, 但?有把我的jpg ?片?除! 我的delete.pl 和jpg?片是在同一?file中的....?何呢?
但我在剿端?中?行 rm -f *jpg 是可以把jpg ?片?除的噢!?      

TOP

please paste your code here      
'
◆ 发帖时请【突出主题】, 以便您的问题能够及时得到回复
◆ 发帖时请将您的【代码】或者【脚本】写在 [code] 和 [/code] 中间

TOP

我知啦??要:
$file=*jpg;
system ("rm -f $file"); or  unlink $file;
才行噢      

TOP

发新话题