#! /bin/sh
if test -r $1
then
     sz $1
     echo '[6i'
else
echo Filename must exist and be readable
fi
