nerdexam
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)
  • A
    4% (2)
  • B
    88% (46)
  • C
    6% (3)
  • D
    2% (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.

Full 101-500 Practice