Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
在shell中,每个脚本的开头都使用 `#!` ,就是告知系统文件的执行都需要指定一个`解释器`。指定一个文件类型的特殊标记。占用 `2 字节` 。

### 1.1 脚本解释器
shell极脚本都是以 `#!`开头,告知系统该文件的执行需要一个解释器。
shell脚本都是以 `#!`开头,告知系统该文件的执行需要一个解释器。
常见的解释器类型如下:
```shell
#!/bin/sh
Expand Down Expand Up @@ -1181,4 +1181,4 @@ shellcheck testop.sh
- https://juejin.cn/post/6844904045329514504
- https://juejin.cn/post/6962032698697187364
- https://myshell-note.readthedocs.io/en/latest/index.html
- https://github.com/koalaman/shellcheck
- https://github.com/koalaman/shellcheck