Linux CLI - Pipes and Redirection
How can you use
xargs to run a command on each line of a file list.txt that contains multiple words per line, treating each line as a single argument?