mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
fixed typos
This commit is contained in:
parent
1342f5dd46
commit
fc8ae81e23
@ -1064,7 +1064,7 @@ helloworld
|
|||||||
|
|
||||||
## Math
|
## Math
|
||||||
[[back to top](#handy-bash-oneliner-commands)]
|
[[back to top](#handy-bash-oneliner-commands)]
|
||||||
##### Arithmetic Expansion in Bash (Operators: +,-,*,/,%,etc)
|
##### Arithmetic Expansion in Bash (Operators: +, -, *, /, %, etc)
|
||||||
```bash
|
```bash
|
||||||
echo $(( 10 + 5 )) #15
|
echo $(( 10 + 5 )) #15
|
||||||
x=1
|
x=1
|
||||||
|
Loading…
Reference in New Issue
Block a user