Description Submission One case won’t pass, so had to be “processed carefully” Bash is reaaaly space sensitive! = with space is for comparison, = without […]
Getting started with conditionals
Description Read in one character from the user (this may be ‘Y’, ‘y’, ‘N’, ‘n’). If the character is ‘Y’ or ‘y’ display “YES”. If […]
The World of Numbers
Description Submissions There’re many possible solutions. Submission 1 Submission 2 References https://unix.stackexchange.com/questions/93029/how-can-i-add-subtract-etc-two-numbers-with-bash
A Personalized Echo
Description Submission References http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_08_02.html
Looping and Skipping
Description Submission Reference https://www.cyberciti.biz/faq/bash-for-loop/