AIX下的小計算器 bc
# vmstat
System configuration: lcpu=1 mem=1024MB ent=0.10
kthr memory page faults cpu
----- ----------- ------------------------ ------------ -----------------------
r b avm fre re pi po fr sr cy in sy cs us sy id wa pc ec
1 1 136360 24579 0 0 0 0 0 0 14 197 305 2 3 95 0 0.01 5.9
# bc
4*24579
98316
4*136360
545440
man中的解釋
Examples
1 You can use the bc command as a calculator. Depending on whether you
set the scale variable and with what value, the system displays
fractional amounts. Entering:
bc
1/4
displays only 0. To set the scale variable and add a comment, enter:
scale = 1 /* Keep 1 decimal place */
1/4
The screen displays 0.2. Entering:
scale = 3 /* Keep 3 decimal places */
1/4
displays 0.250. Entering:
16+63/5
displays 28.600. Entering
(16+63)/5
displays 15.800. Entering
71/6
displays 11.833.
The bc command displays the value of each expression when you press
the Enter key, except for assignments.
When you enter the bc command expressions directly from the
keyboard, press the End-of-File (Ctrl-D) key sequence to end the bc
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/271063/viewspace-1017881/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux下的計算器(bc、expr、dc、echo、awk)Linux
- bc : 一個命令列計算器命令列
- 工具bc:一個命令列計算器命令列
- [20170617]vim中使用bc計算器.txt
- [20170616]vim中使用bc計算器.txt
- 在vim中使用bc進行算術計算
- linux下的計算器Linux
- 在手機上程式設計:自制的小飛可程式設計複數計算器(小飛計算器)程式設計
- linux下的dc計算器Linux
- 小飛計算器(小飛可程式設計複數計算器)使用者手冊程式設計
- [20170308]bc做xor(異或)計算.txt
- 計算機計算小數除法的陷阱計算機
- [20190929]bash使用bc計算的相關問題.txt
- AIX系統記憶體佔用率的計算AI記憶體
- AIX程式記憶體佔用數的計算AI記憶體
- 加法小計算
- 表示式編譯計算器(下) (轉)編譯
- Java語言編寫計算器(簡單的計算器)Java
- 練手小專案(二):計算器(說明文件)
- 計算器
- 計算cpu速度的小程式 (轉)
- AIX生活小偏方AI
- aix小試牛刀AI
- 簡單混合運算的計算器
- bc 命令
- 小程式初探 —— 使用Taro開發BMI體質計算器
- JS計算精度小記JS
- 實時計算小括
- 在MacOSX下重灌BC分割槽Windows系統MacWindows
- Java 計算器Java
- 日期計算器
- 健康計算器
- 刪除AIX下的ORACLEAIOracle
- aix下使用bash的方法AI
- AIX 下nslookup命令的使用AI
- 神奇的周幾計算器
- 四則運算計算器
- 【AIX】AIX 下磁碟 I/O 效能分析AI