nerdexam
LPI

101-500 · Question #160

What is the purpose of the xargs command?

The correct answer is B. It will read standard input and build up commands lines to execute. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

GNU and Unix Commands

Question

What is the purpose of the xargs command?

Options

  • AIt passes argument to an X server.
  • BIt will read standard input and build up commands lines to execute.
  • CIt helps shell scripts take variable argument lists.
  • DIt will ask a question, graphically, and return the answer to the shell.
  • EIt will allow users to specify long options for commands that normally only accept short options.

How the community answered

(15 responses)
  • B
    87% (13)
  • D
    7% (1)
  • E
    7% (1)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#xargs#stdin processing#command construction#Unix utilities

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice