Difference between revisions of "BASH"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "== BASH Script == === Hello World === <source lang="bash"> #!/bin/bash echo Hello World </source> === Variables === === Strings === === Loops === ==== While ==== ==== For ====...")
(No difference)

Revision as of 00:47, 27 March 2015

BASH Script

Hello World

#!/bin/bash
echo Hello World

Variables

Strings

Loops

While

For

Conditional

if

case

User Input

Arrays