13,420
edits
Changes
no edit summary
|- valign="top"
|
{{Admon/tip|Bash Shell Scripting Tips:|<br><ul><li>'''Inputting TextData Input:'''<br><br>x<br><br></li><li>'''Mathematical Expressions:'''<br><br><li>'''Loops (iteration):'''<br><br>x<br><br>'''<u>Examples(Determinant - repetitions known)</u>'''<br><br>'''if [ $USER = "root" ]'set ops235 is fun''<br>'''then'for x''<br> '''echo "You must be root" >&2'do''<br> '''exit1'echo "argument is $x"''<br>'''fi'done''<br><br>'''if [ $age - gt 65 ]'''<br>'''then'''<br> '''echo "retire"'''<br>'''else'''<br> '''echo "don't retire"'''<br>'''fi'''<br><br>'''if [ $grade -gt 79 ]'''<br>'''then'''<br> '''echo "You get Good Mark"'''<br>'''elif [ $grade -gt 49 ]'''<br>'''then'''<br> '''echo "You pass"'''<br>'''else'''<br> '''echo "You fail"'''<br>'''fi'''<br><br></li><li>'''Loops and Testing'''<br><br>x<br>. </li></ul>}}
|}