hints2a
Created Friday 24 February 2017
Bash style if-then is what you'll want to use here; remember I mentioned that bash isn't the best with math. Nevertheless, since we're only dealing with integers, this shouldn't be too tough: Check here for formatting: http://stackoverflow.com/questions/18668556/comparing-numbers-in-bash
Also, scripts can be exited with — you guessed it — "exit"
Backlinks: FSU Courses:LIS5364:Assignment 2 - Advanced Bash