Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How many operation methods are there in shell

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)05/31 Report--

This article will explain in detail how many operation methods there are in shell. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

Normal addition, multiplication and division operation of a.expr Note: expr can only operate on integers

Expr 2 + 2

Expr 2-2

Expr 2\ * 2

Expr 2 / 2

Note:

1. There is at least one space around the operator and the calculated number

two。 To use a multiplication sign, a backslash must be used to mask its specific meaning.

B.expr reference variable

Usage 1

# iTunes 1

# I = `expr $I + 1`

Usage 2

# axi2

# bread3

# expr $[aqb] or # expr $[$aquib]

Usage of c.$ (()) Note: the most efficient calculation method

# ((aq1 / 2 / 3 / 3))

# echo $a

The usage of d.let

# iTunes 1

# let i=i+100

This is the end of this article on "how many calculation methods are in shell". I hope the above content can be helpful to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report