InterviewSolution
Saved Bookmarks
| 1. |
Which option is used for checking if the file exists or not?(a) -e(b) -a(c) -n(d) -fThe question was posed to me in an interview for job.The question is from Using test and [ ] to Evaluate Expressions topic in portion Essential Shell Programming of Unix |
|
Answer» Right option is (a) -e |
|