#! /bin/sh rm -f dict/* for f in `cat words` do printf "$f" > dict/$f done