Skip to content

Commit

Permalink
Update Shell.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Aug 26, 2019
1 parent c3b7445 commit 1ecb96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operating-system/Shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ for i in ${array[@]};do echo $i ;done # 遍历数组,数组元素为空,没
a=3;b=3;
val=`expr $a + $b`
#输出:Total value : 6
echo "Total value : $val
echo "Total value : $val"
```


Expand Down

0 comments on commit 1ecb96d

Please sign in to comment.