sortie=$1

testfZ $1

if test -f $1
then
rawkourci < f.sup | cat - $1 > g.sup
else
rawkourci < f.sup > g.sup
fi

tri g.sup

echo ' '
echo -n  "Copie du resultat sur " $1 " (o/n)?  "
read rep
echo ' '
case $rep in
o) mv g.sup $sortie && echo 'fichier copie ' ; echo ' ' ; break ;;
n) echo ' ' ; break ;;
esac

echo ' '
rm -i f.sup
echo ' '
