Thread
:
program to merge 2 txt-files needed
View Single Post
12-31-2002, 12:41 AM
p1mpdogg
Too lazy to set a custom title
Join Date: Nov 2002
Posts: 16,714
for i in $(ls file*)
do
cat $i >> nameofnewfile
done <enter>
then the compiled file will be nameofnewfile
__________________
A fast fortune is easy to earn! Just go with a winner!
p1mpdogg
View Public Profile
Visit p1mpdogg's homepage!
Find More Posts by p1mpdogg