

MCQOPTIONS
Saved Bookmarks
1. |
What is the use of str operator in bourne shell? |
A. | Checks if str is not the empty string |
B. | Checks if the given string operand size is non-zero |
C. | Checks if the given string operand size is zero |
D. | Checks if the value of two operands are equal or not |
Answer» B. Checks if the given string operand size is non-zero | |