InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operator executes a shell command from the Hive shell?(a) |(b) !(c) ^(d) + |
|
Answer» Right answer is (b) ! The explanation is: Exclamation operator is for execution of command. |
|