LPI
101-500 · Question #409
What is the purpose of the xargs command?
The correct answer is B. It reads standard input (STDIN) and builds up command 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 arguments to an X server.
- BIt reads standard input (STDIN) and builds up command lines to execute.
- CIt helps shell scripts take variable argument lists.
- DIt asks a question, graphically, and returns the answer to the shell.
- EIt allows users to specify long options for commands that normally only accept short options.
How the community answered
(61 responses)- A3% (2)
- B89% (54)
- C5% (3)
- D2% (1)
- E2% (1)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#xargs#STDIN processing#command execution#argument handling
Community Discussion
No community discussion yet for this question.