InterviewSolution
Saved Bookmarks
| 1. |
expr is a _____ command(a) internal(b) external(c) shell(d) derivedI had been asked this question in an international level competition.Query is from Case and Expr Command topic in division Essential Shell Programming of Unix |
|
Answer» CORRECT option is (b) EXTERNAL The EXPLANATION is: expr command is an external command. |
|