#!/bin/sh fn=AmericanTypewriter size=12a mkdir $size cd $size 9p ls font/$fn/$size | while read -r line do 9p read font/$fn/$size/$line > $line done