LPI
101-350 · Question #75
When piping the output of find to the xargs command, what option to find is useful if the filenames have spaces in them?
The correct answer is B. -print0. See the full explanation below for the reasoning.
Question
When piping the output of find to the xargs command, what option to find is useful if the filenames have spaces in them?
Options
- A-rep-space
- B-print0
- C-nospace
- D-ignore-space
How the community answered
(22 responses)- A5% (1)
- B77% (17)
- C14% (3)
- D5% (1)
Community Discussion
No community discussion yet for this question.