Sua declaração de caso pode ser assim
S*)
echo Starts with S
if [[ -f x && -f x.csv ]]
then
echo File x and x.csv exist
else
echo input file missing
fi
;;