Skip to content
2 changes: 2 additions & 0 deletions Script19.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
new script
echo "hello i am doing git practical"
echo "this 19th shell script file"
1 change: 1 addition & 0 deletions Script7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
ls -lrt
echo $?
echo "here if the value is 0 this command is sucessful"
echo " hi"
echo "Good Evining"
1 change: 1 addition & 0 deletions Script8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ else
echo "None of the condition met"
fi

echo "jdhhjkjlnl"
1 change: 1 addition & 0 deletions Script9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ if [ $a -lt $b ]
then
echo "a is less than b"
fi
echo "Hello"
2 changes: 2 additions & 0 deletions Scrpit10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ echo "a is greater than b"
else
echo "a is smaller than b"
fi
#This script is to check if and else.