InterviewSolution
Saved Bookmarks
| 1. |
____ option is used with a test for checking if the file exists and has the size greater than zero.(a) -f(b) -r(c) -e(d) -sThe question was asked during an interview.I'd like to ask this question from Shell Programming using Various Commands topic in division Essential Shell Programming of Unix |
|
Answer» Right answer is (d) -s |
|