Changes

Jump to: navigation, search

OPS235 Lab 1 - CentOS7

2 bytes added, 09:47, 1 April 2015
no edit summary
|width="40%"|
{{Admon/tip|Bash Shell Scripting Tips:|<br><ul><li>'''Variables:''' There are 3 types of variables that can be used in shell scripting: '''ENVIRONMENT''' (eg. $USER), '''user-defined''' ($varName), and '''positional parameters''' (eg. $1, $2... containing arguments after shell script or by using set command (eg. set $(ls) ). Using dollar sign ($) in front of variable expands the value assigned.<br><br>x|
}}
|}
13,420
edits

Navigation menu