MCQOPTIONS
Saved Bookmarks
| 1. |
The following command will_________!! tr ‘[a-z]’ ‘[A-Z]’ |
| A. | throw an error |
| B. | undefined behaviour |
| C. | changes the case of current line from lower to uppercase |
| D. | changes the case of current line from upper to lowercase |
| Answer» D. changes the case of current line from upper to lowercase | |