case $1 in
    -h|help|hint)   exec kfind.x -h;exit 0;;
    *)  ;;
esac
exec kfind.x "$@"
