如何在Linux控制台中划分? [英] How do I divide in the Linux console?

查看:147
本文介绍了如何在Linux控制台中划分?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要变量,我想找到一个除以另一个的值。

I have to variables and I want to find the value of one divided by the other. What commands should I use to do this?

推荐答案

在bash shell中,环绕运算表达式 $ ((...))

In the bash shell, surround arithmetic expressions with $(( ... ))

$ echo $(( 7 / 3 ))
2

虽然我认为你只限于整数。

Although I think you are limited to integers.

这篇关于如何在Linux控制台中划分?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆