Skip to content

Commit bef4a4b

Browse files
authored
Merge pull request #18 from yottaliu/patch-1
Update shell.md
2 parents b6ea2a9 + f6c8bca commit bef4a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shell脚本编程30分钟入门
2020
- 第3行:创建一个目录shell_tut
2121
- 第4行:切换到shell_tut目录
2222
- 第5行:循环条件,一共循环10次
23-
- 第6行:创建一个test_1…10.txt文件
23+
- 第6行:创建一个test_0…9.txt文件
2424
- 第7行:循环体结束
2525

2626
mkdir, touch都是系统自带的程序,一般在/bin或者/usr/bin目录下。for, do, done是sh脚本语言的关键字。

0 commit comments

Comments
 (0)