ACL Scripts Part #5 – Validating User Input
If you have been trying to build scripts following my previous posts, then you are ready to make your scripts a little more robust; particularly if your scripts will be used by other people. There are always issues when you prompt the user for input such as: did they actual provide any input; and is the input the right type and correct format. Since the proper running of the script…