shell脚本_Shell脚本
shell腳本
In the command line, a shell script is an executable file that contains a set of instructions that the shell will execute. Its main purpose is to reduce a set of instructions (or commands) in just one file. Also it can handle some logic because it’s a programming language.
在命令行中,shell腳本是一個(gè)可執(zhí)行文件,其中包含該Shell將執(zhí)行的一組指令。 它的主要目的是減少一個(gè)文件中的一組指令(或命令)。 由于它是一種編程語(yǔ)言,因此它還可以處理一些邏輯。
如何建立 (How to create it)
Create the file:
創(chuàng)建文件:
$ touch myscript.shAdd a shebang at the start of the file. The Shebang line is responsible for letting the command interpreter know which interpreter the shell script will be run with:
在文件的開(kāi)頭添加一個(gè)Shebang 。 Shebang行負(fù)責(zé)讓命令解釋器知道將運(yùn)行shell腳本的解釋器:
$ echo "#!/bin/bash" > myscript.sh # or $ your-desired-editor myscript.sh # write at the first line #!/bin/bashAdd some commands:
添加一些命令:
$ echo "echo Hello World!" >> myscript.shGive the file execution mode:
給出文件執(zhí)行方式:
$ chmod +x myscript.shExecute it!
執(zhí)行它!
$ ./myscript.sh Hello World!More info about shell-scripting can be found here
有關(guān)shell腳本的更多信息,請(qǐng)參見(jiàn)此處。
有關(guān)Shell腳本和Linux的更多信息: (More info on shell scripting and Linux:)
A beginner's guide to surviving in the Linux shell
在Linux Shell中生存的初學(xué)者指南
Basic Linux commands to know
基本的Linux命令要知道
Shell scripting tricks
Shell腳本技巧
翻譯自: https://www.freecodecamp.org/news/shell-scripting/
shell腳本
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來(lái)咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)總結(jié)
以上是生活随笔為你收集整理的shell脚本_Shell脚本的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 写游戏软件要学什么_为什么要写关于您所知
- 下一篇: 女人梦到大蛇生小蛇什么意思