View Single Post
Old 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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote