Changes

Jump to: navigation, search

OPS435 Lecture 3 - Bash

108 bytes removed, 13:40, 22 August 2017
m
** LANG=C;echo [A-Z]*
* brace expansion examples
** seq command
** echo {1..5}
** echo {a..m}
** echo $((2 + 2))
** x=$((5/2))
 
* Parameter expansion examples
** echo $1
** echo ${11}
 
Input from the user
* read command

Navigation menu