Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
The stupid question is the question not asked
 
PerlMonks  

RE: How do I recursively process files through directories

by thowland (Novice)
on Dec 26, 1999 at 22:46 UTC ( [id://1406]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to How do I recursively process files through directories

If in a *nix environment, and not wanting to goof with the File::Find module (which are certainly the _right_ way to do this), the fastest way to _type_ the solution may be:
 foreach $file (split (/\n/,  `find .`)) {
    $newFile = $file;
    $newFile =~ s/foo/bar/;
    rename ($file,$newFile) 
    }
  • Comment on RE: How do I recursively process files through directories

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1406]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.