LPI
101-500 · Question #159
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. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
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
(52 responses)- A4% (2)
- B88% (46)
- C6% (3)
- D2% (1)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#find command#xargs#null-delimited output#filename spaces
Community Discussion
No community discussion yet for this question.