[will@localhost ShellScript]$ cat number.sh#!/bin/sh
a=3b=5
ab=$a*$becho $ab
ab=$(($a*$b))echo $ab[will@localhost ShellScript]$
張貼留言
沒有留言:
張貼留言