Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: combining multiple files into one file

by rev_1318 (Chaplain)
on Jun 23, 2006 at 13:36 UTC ( [id://557179]=note: print w/replies, xml ) Need Help??


in reply to combining multiple files into one file

A few additional remarks:
* readdir gives you all the 'files' in the directory, including ., .., directories etc.. You should filter out the file you want.
* Why not use a simple cat *.htm >all.htm ? You get the same useless file with less effort...

Paul

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-03-28 21:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found