Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

13 bytes added, 10:46, 3 March 2021
INVESTIGATION 3: COMMAND SUBSTITUTION / MATH OPERATIONS
'''Math Operations'''
 Since you do NOT have to declare the data-type of a variable <br>(like in a compiled language such as "'''C'''"), numbers would be stored as '''text''' in variables. <br>Therefore, it is important to use the construct <span style="color:blue;font-family:courier;font-weight:bold">(( ))</span> surrounded by number, variables and math operations to convert numbers (stored as text) into '''numbers'''.
=INVESTIGATION 4: USING CONTROL FLOW STATEMENTS =
13,420
edits

Navigation menu