Skip to content
0

文章发布较早,内容可能过时,阅读注意甄别。

5、其它命令

其它命令

bc命令

案例

bash
[root@linux-test ~]#yum install -y bc
[root@linux-test ~]#echo 2^32|bc
4294967296
最近更新