Changes

Jump to: navigation, search

OPS435 Lecture 3 - Bash

93 bytes removed, 12:27, 2 February 2016
no edit summary
** echo $((2 + 2))
** x=$((5/2))
 
* Parameter expansion examples
** echo $1
** echo ${11}
 
Input from the user
* read command

Navigation menu