learningyoubash:学习如何编写第一个bash脚本

时间:2024-02-20 12:06:34
【文件属性】:

文件名称:learningyoubash:学习如何编写第一个bash脚本

文件大小:243KB

文件格式:ZIP

更新时间:2024-02-20 12:06:34

shell bash learning nodeschool learn-to-code

学习bash 了解您如何使用终端并编写第一个Bash脚本。 本工作坊基于bash手册,因此,如果您想了解更多示例,。 要求 该工作坊需要Bash环境。 如果您是Windows用户,请使用 。 另外,如果您使用的是Windows,请确保使用的Node.js至少为5.1.0版本,该版本可修复Windows中无法在菜单中选择项目的bug。 > = 6.0.0 Bash (如果在Windows上,请使用 ) 安装 打开终端并运行以下命令: npm install -g learnyoubash 如果出现EACCESS错误,请使用sudo 。 用法 打开您的终端并运行以下命令: learnyoubash 执照 麻省理工学院:copyright:


【文件预览】:
learnyoubash-master
----.eslintrc.json(127B)
----.gitignore(37B)
----package.json(1KB)
----bin()
--------learnyoubash(514B)
----.travis.yml(42B)
----index.js(597B)
----utils()
--------diff.js(369B)
--------execute.js(801B)
--------format-file.js(505B)
--------problem.js(2KB)
--------fail.js(385B)
----exercises()
--------variables()
--------functions()
--------streams_pipes_and_lists()
--------arrays()
--------hello_world()
--------shell_expansions()
--------loops()
--------if_conditional_statement()
--------case_conditional_statement()
--------debugging()
--------positional_parameters()
----README.md(2KB)
----preview.png(279KB)
----i18n()
--------en.json(62B)
--------troubleshooting()
--------footer()
--------uk.json(657B)
----.npmignore(121B)
----test()
--------variables()
--------functions()
--------streams_pipes_and_lists()
--------arrays()
--------hello_world()
--------shell_expansions()
--------loops()
--------if_conditional_statement()
--------case_conditional_statement()
--------debugging()
--------positional_parameters()
----.editorconfig(205B)

网友评论