LPI
101-400 · Question #402
What is the purpose of the xargs command?
The correct answer is A. It will read standard input and executecommand lines with the read input. See the full explanation below for the reasoning.
Question
What is the purpose of the xargs command?
Options
- AIt will read standard input and executecommand lines with the read input.
- BIt will get user input from the graphical environment.
- CIt will clean up command line arguments and verify syntactic correctness.
- DIt will pass arguments on the command line to a new graphical application.
- EIt will allow users to specify long options for commands that normally only accept short
How the community answered
(13 responses)- A69% (9)
- B15% (2)
- C8% (1)
- E8% (1)
Community Discussion
No community discussion yet for this question.