MCQOPTIONS
Saved Bookmarks
| 1. |
To replace | with ~, which one of the following commands will be used?a) tr ‘|\’ ‘~-‘b) tr ‘|\’ ‘~-‘ > emp.lstc) tr | ~ emp.lstd) ! Above command will change the case of text from lower to upper. |
| A. | tr ‘|\’ ‘~-‘b) tr ‘|\’ ‘~-‘ > emp.lstc) tr | ~ emp.lstd) ! Above command will change the case of text from lower to upper.a) True |
| B. | tr ‘|\’ ‘~-‘ > emp.lst |
| C. | tr | ~ emp.lst |
| D. | ! Above command will change the case of text from lower to upper.a) Trueb) FalseView Answer |
| Answer» C. tr | ~ emp.lst | |