Bash script: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
You can automate tasks, or do a lot more with bash scripts. | You can automate tasks, or do a lot more with bash scripts. | ||
Start a bash script with:<br /> | |||
<code>#!/bin/bash</code> | |||
[[Comparisons]] | [[Comparisons]] | ||
[[Bash Expansion]] | [[Bash Expansion]] | ||
[[ Test ]] |
Latest revision as of 18:58, 6 May 2019
Bash Scripts
You can automate tasks, or do a lot more with bash scripts.
Start a bash script with:
#!/bin/bash