Sage-Code Laboratory
index<--

Bash Tutorial

Work in progress.
no description

The Loop

example
#!/bin/bash
echo "hello"
console
>bash
$ echo "hello"
hello
$
example
#!/bin/bash
echo "hello"
console
c + d = 9.0  
c - d = 4.5
c * d = 15.1875
c / d = 3.0 
Symbol Description Example Result
# # # #

Read next: Page Name