Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

497 bytes added, 19:42, 10 May 2021
INVESTIGATION 1: CREATING A SHELL SCRIPT
=INVESTIGATION 1: CREATING A SHELL SCRIPT=
<span style="color:red;">'''ATTENTION''': Depending on your ULI101 instruction, you may be required to complete this tutorial for marks in the course.<br>Please refer to your instructor's course notes in terms of marked assigned to the course.<br><br>The due date for successfully completing this tutorial (i.e. '''tutorial 10''') is by '''Friday by midnight''' next week (i.e. '''Week 10''').<br>If your instructor has NOT assigned marks for completing this tutorial, you can perform it for practice purposes.</span><br><br> 
In this investigation, you will learn how to create and run a '''Bash Shell script'''.
if [ $((x % 2)) -eq 0 ]
then
echo "this" else echo "that" fi
done
</pre>
13,420
edits

Navigation menu