InterviewSolution
Saved Bookmarks
| 1. |
To check if the file exists and is executable we have to use ___ option with test.(a) -e(b) -f(c) -x(d) -wThis question was posed to me during an interview.The question is from Using test and [ ] to Evaluate Expressions in section Essential Shell Programming of Unix |
|
Answer» The correct answer is (c) -x |
|