perldoc -f rename

Don't know if rename accepts wild cards. If not you can use an opendir 
with a foreach loop, not as short/clean but will work pretty well.

http://danconia.org

Shishir K. Singh wrote:
> Is there a keyword for moving a set of files from one dir to another 
> eg  like doing  
> 
>  move ("*.log" , "/tmp/") without the use of glob or individual file looping. 
> 
> Thanks
> Shishir
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to