nerdexam
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)
  • A
    5% (1)
  • B
    77% (17)
  • C
    14% (3)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 101-350 Practice