in reply to
I need to append to text file
The no code solution:
perl -pe 1 file1.txt file2.txt > out.txt
Comment on
Re: I need to append to text file
Download
Code
Replies are listed 'Best First'.
Re^2: I need to append to text file
by
aatlamaz
(Novice)
on Jan 18, 2005 at 18:11 UTC
Appreciate you all.
[reply]
In Section
Seekers of Perl Wisdom