
read INPUT
read INPUT
if [ "$INPUT" = "date" -o "$INPUT" = "Date" -o "$INPUT" = "DATE" ]
if [ "$INPUT" != "date" -a "$INPUT" != "Date" ]
read INPUT
elif [ "$INPUT" = "" ]; then echo "You turned in a blank input."; echo "Retype something"; read NEWINPUT
while [ 1 == 1 ]; do echo "Aloha"; done
while [ 1 == 1 ]; do echo "Aloha"; break; done
until [ 1 == 1 ]; do echo "Aloha"; done
COUNTER=0
COUNTER=0; until [ $COUNTER == 10 ]; do echo "$COUNTER"; let COUNTER=COUNTER+1; done
for i in $( ls ); do echo $i; done
if [ “$INPUT” = “date” or “$INPUT” = “Date” ]; then date; fi
if [ “$INPUT” = “date” ]
[ $COUNTER == 10 ]
num=1
if [[ ! -e ./Linux.odt ]]; then date; fi