#!/bin/bash read -p "Please enter and confirm number 10 via keyboard : " n if test $n -eq 10 then echo "Thanks for entering 10 number."
確定! 回上一頁