if [ "$1" = "0" ]
then
	cat $2
	exit 0
fi
echo "`tail +$1 $2 | head -1`\c"
