#!/bin/bash#The first day of learning# 取0-9的随机数declare -i numBer=$RANDOM*10/32768 && echo ${numBer}