Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Extracting Files from Multiple Directories

by Smylers (Pilgrim)
on Aug 02, 2005 at 13:52 UTC ( [id://480181]=note: print w/replies, xml ) Need Help??


in reply to Extracting Files from Multiple Directories

As others have said, this can be done in Perl. But ... how many files do you have? If they will fit into the arguments list of a program then you can do this easily in the Unix shell:

$ mv dir*/*.output result

If that works for you, then it may be easier than coding it in Perl. (And if you need it in a script then you can always use system).

Smylers

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://480181]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found