# Last edited on 2004-02-27 14:12:18 by stolfi CONCATENATING THE HTML Import directory set imp = "${STOLFIHOME}/IMPORT/texts/vietnamese/NewTestamentNguyen" rm -f main.txt foreach f ( `cd ${imp} && ls 2{01,02,03,04}-*.txt | sort` ) echo "# File $f" >> main.txt cat ${imp}/${f} \ | tr '\015' '\012' \ >> main.txt end