The following command will. . . . . . . .
!! tr ‘[a-z]’ ‘[A-Z]’
!! tr ‘[a-z]’ ‘[A-Z]’A. throw an error
B. undefined behavior
C. changes the case of the current line from lower to uppercase
D. changes the case of current line from upper to lowercase
Answer: Option C

Join The Discussion