I'm writing a bash script that compares two directories, but I'm not sure how to check conditions
For example, if the user enters 1 arg instead of 2 (we need 2 since we're comparing two directories), it should give an error. If both arg are valid, compare the directories and output to a file.