ubuntu:bash
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:bash [2019/12/07 00:56] – peter | ubuntu:bash [2021/01/04 21:09] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== BASH ====== | + | ====== |
- | Bash, the Bourne Again Shell, is the default command-line interpreter in most Linux distros. | ||
- | |||
- | ---- | ||
- | |||
- | ===== Hello World ===== | ||
- | |||
- | Programmers often learn new languages via learning the hello world program. | ||
- | |||
- | Use an editor like vim or nano to create the file hello-world.sh and copy the below lines into it. | ||
- | |||
- | <code bash> | ||
- | #!/bin/bash | ||
- | echo "Hello World" | ||
- | </ | ||
- | |||
- | Save and quit the file. | ||
- | |||
- | You need to make this file executable using the below command. | ||
- | |||
- | <code bash> | ||
- | chmod a+x hello-world.sh | ||
- | </ | ||
- | |||
- | You can run this using any of the below two commands. | ||
- | |||
- | <code bash> | ||
- | bash hello-world.sh | ||
- | ./ | ||
- | </ | ||
- | |||
- | It will print out the string passed to echo inside the script. | ||
+ | See [[BASH: | ||
---- | ---- | ||
- | + | [[Ubuntu: | |
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu:BASH:Append a string after each line|Append a string after each line]] | + | |
- | + | ||
- | [[Ubuntu:BASH:Arithmetic evaluation and errexit trap|Arithmetic evaluation and errexit trap]] | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + | |
- | + | ||
- | [[Ubuntu: | + |
ubuntu/bash.1575680197.txt.gz · Last modified: 2020/07/15 09:30 (external edit)