

MCQOPTIONS
Saved Bookmarks
1. |
To replace | with ~, which one of the following commands will be used? |
A. | tr ‘|\’ ‘~-‘ |
B. | tr ‘|\’ ‘~-‘ > emp.lst |
C. | tr | ~ emp.lst |
D. | ! |
Answer» C. tr | ~ emp.lst | |