#
# check out with expand.
#
for i in $*
do
	:
done
co -p $* | expand > $i
