What is the core purpose of xargs in a command pipeline?
xargs
Start an interactive shell for each byte
Read items from standard input and pass them as arguments to another command
Sort every input line alphabetically
Copy standard input into a file without running a command