#!/bin/bash echo -n "Enter a number: " read VAR if [[ $VAR -gt 10 ]] ... on most modern systems using Bash, Zsh, and Ksh as a default shell.
確定! 回上一頁