Oracle
1Z0-409 · Question #195
Match the following file redirection operators with their functions: 1) < 2) > 3) >> 4) 2> 5) 2>> 6) &> 7) 2>&1
The correct answer is A. 1-b, 2-a, 3-d, 4-e, 5-f, 6-c, 7-g. See the full explanation below for the reasoning.
Question
Match the following file redirection operators with their functions: 1) < 2) > 3) >> 4) 2> 5) 2>> 6) &> 7) 2>&1
Options
- A1-b, 2-a, 3-d, 4-e, 5-f, 6-c, 7-g
- B1-b, 2-e, 3-f, 4-a, 5-d, 6-g, 7-c
- C1-c, 2-e, 3-f, 4-a, 5-d, 6-b, 7-g
- D1-c, 2-a, 3-d, 4-f, 5-e, 6-g, 7-b
- E1-b, 2-a, 3-d, 4-f, 5-e, 6-c, 7-g
- F1-b, 2-e, 3-d, 4-a, 5-f, 6-c, 7-g
- Gredirects both STDOUT and STDERR
How the community answered
(55 responses)- A75% (41)
- B7% (4)
- C13% (7)
- D2% (1)
- F4% (2)
Community Discussion
No community discussion yet for this question.