Bash
implementation
#!/bin/bash
# no spaces before and after equal -> before space execute as a command
name="irix"
echo $name # to print the value for variable
printf $namemathematical operation
input
execution
condition

image.png
loop
String
Function
Notes
Last updated
