Oracle
1Z0-876 · Question #38
1Z0-876 Question #38: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-876 to reveal the answer and full explanation for question #38. The question stem and answer options stay visible for context.
Question
You have a directory named images, this directory contains various digital images of various file format types. You need to list all of the .gif and .jpg files. You decide to use a find command to gather this information. Choose the command that will display these files correctly.
Options
- Afind ./images -type f ( -name *.gif -o -name *.jpg ) '{}'
- Bfind ./images -type f ( -name '.gif' -a -name '.jpg' ) -print
- Cfind ./images -type f ( -name *.gif -o -name *.jpg )
- Dfind ./images -type f -name ".gif" -name ".jpg" -print
- Egrep ash userdata ; grep ksh userdata
Unlock 1Z0-876 to see the answer
You've previewed enough free 1Z0-876 questions. Unlock 1Z0-876 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.