1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Update Shell.md

typo
This commit is contained in:
anaer 2021-08-24 10:37:53 +08:00 committed by GitHub
parent a5ce875f82
commit c58b5a2525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ W3Cschool 上的一篇文章是这样介绍 Shell的如下图所示。
### Shell 编程的 Hello World
学习任何一门编程语言第一件事就是输出HelloWord了下面我会从新建文件到shell代码编写来说下Shell 编程如何输出Hello World。
学习任何一门编程语言第一件事就是输出HelloWorld了下面我会从新建文件到shell代码编写来说下Shell 编程如何输出Hello World。
(1)新建一个文件 helloworld.sh :`touch helloworld.sh`,扩展名为 shsh代表Shell扩展名并不影响脚本执行见名知意就好如果你用 php 写 shell 脚本,扩展名就用 php 好了)