Skip to content

Commit 1ecb96d

Browse files
committed
Update Shell.md
1 parent c3b7445 commit 1ecb96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operating-system/Shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ for i in ${array[@]};do echo $i ;done # 遍历数组,数组元素为空,没
290290
a=3;b=3;
291291
val=`expr $a + $b`
292292
#输出:Total value : 6
293-
echo "Total value : $val
293+
echo "Total value : $val"
294294
```
295295

296296

0 commit comments

Comments
 (0)