Thread
:
program to merge 2 txt-files needed
View Single Post
12-31-2002, 01:10 AM
p1mpdogg
Too lazy to set a custom title
Join Date: Nov 2002
Posts: 16,714
for i in $(ls im*)
do
cat $i >> nameofnewfile
done
this will combine all files that start with im into the '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