#!/bin/bash echo -n "Enter a number: " read VAR if [[ $VAR -gt 10 ]] then echo ... Save the code in a file and run it from the command line:
確定! 回上一頁