in reply to
Re: cat -ing Multiple files with Perl
in thread
cat -ing Multiple files with Perl
I your case the easiest way to do is: cat file*.txt >> finalfile.txt Greetings Naltagua
Comment on
Re^2: cat -ing Multiple files with Perl
In Section
Seekers of Perl Wisdom