Technology tinkering notes.
for file in `ls $dir`do txt=`echo $file | sed 's/,ffb/.txt/g' ` if [[ $txt == *".txt"* ]]; then echo $txt python BBCBasicToText.py $dir/$file > out/$txt fidone