Link to home
Start Free TrialLog in
Avatar of plennon
plennon

asked on

reading/writing to file

i have 12 files (one for each month) with data in them.

i want to read each file (files are named filea, fileb, filec etc...) in order from file a to filel and store the contents in a new file (called newfile).

each file contains 3 lines of data

ASKER CERTIFIED SOLUTION
Avatar of mrh30
mrh30

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mrh30
mrh30

Ooops, forgot a couple of spaces - "> newfile" and "< $file"