Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1ecb96d

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /