第 10 章 Numeric
上一頁
部分 II. System Commands
下一頁
Home
|
Mirror
|
Search
第 10 章 Numeric
目錄
1. 數值運算
2. seq - print a sequence of numbers
3. bc - An arbitrary precision calculator language
1. 數值運算
echo $((3+5)) expr 6 + 3 awk 'BEGIN{a=(3+2)*2;print a}'
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus