Which of the following will NOT handle bad user input properly:
- Checking the value of the $? variable using an if statement
- Checking the validity of user input before passing it on to the command
- Checking the return value of a command directly in the conditional part of the if statement
- Checking the command’s Standard Output
Please login or Register to submit your answer