Oracle
1Z0-876 · Question #45
Jim wants to alias the grep command to the string search. Choose the command that Jim should add to his . kshrc file to accomplish this alias.
The correct answer is B. alias search='grep -i'. See the full explanation below for the reasoning.
Question
Jim wants to alias the grep command to the string search. Choose the command that Jim should add to his . kshrc file to accomplish this alias.
Options
- Aalias search = 'grep -i'
- Balias search='grep -i'
- Calias search ='grep -i'
- Dalias search=
grep -i
How the community answered
(17 responses)- A18% (3)
- B71% (12)
- C6% (1)
- D6% (1)
Community Discussion
No community discussion yet for this question.