Bash script: Difference between revisions

From Psygen Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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:
<code>#!/bin/bash</code>


[[Comparisons]]
[[Comparisons]]

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


Comparisons

Bash Expansion

Test