Size: 478
Comment:
|
Size: 659
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## Auto-converted by kwiki2moinmoin v2005-10-07 | |
Line 16: | Line 15: |
Finally, the ["Bash"] commands. | /bin/sh is its interpreter. Finally, see the ["Bash"] commands. == External links == * [http://steve-parker.org/sh/sh.shtml Linux Shell Scripting Tutorial]. * [http://www.zazzybob.com/bin.html Shell Script Repository]. CategoryShell |
["Shell"]>["Bash"]
ShellScript is a ["Script"] written for the ["Shell"] (["Bash"]). They are similar to *.bat files in Windows.
The ["MIME"] type is application/x-shellscript
They are text files which first line says the shell to use (bash). So the first line is
#!/bin/bash
After this, you can include comments using # in the beginning of the line. For example:
#This is a comment.
/bin/sh is its interpreter.
Finally, see the ["Bash"] commands.
External links
* [http://steve-parker.org/sh/sh.shtml Linux Shell Scripting Tutorial]. * [http://www.zazzybob.com/bin.html Shell Script Repository].
?CategoryShell