Thread
:
program to merge 2 txt-files needed
View Single Post
12-31-2002, 01:01 AM
Nat
Confirmed User
Join Date: Sep 2001
Posts: 553
Quote:
Originally posted by p1mpdogg
for i in $(ls file*)
do
cat $i >> nameofnewfile
done <enter>
then the compiled file will be nameofnewfile
Yeah, but that will only add txt2.txt after txt1.txt, not side by side as i'm looking for...
Nat
View Public Profile
Find More Posts by Nat