UNIX/Linux Bash Shell Scripting: Math in Shell Scripts
經安全檢測,此網站為安全網站,請放心前往原始網址!
UNIX/Linux Bash Shell Scripting: Math in Shell Scripts
2010年12月26日 - which adds some complexity to doing math in shell script. To keep ... sign, as with any bash variable assignment. $ c=$(($a+9)) $ echo $c 19