$ echo 'test $(foo bar) test' | xargs echo test $(foo bar) test $ echo 'test $(foo bar) test' | xargs python -c 'print(len(__import__("sys").argv))' 5
Not to say yay xargs is always great, just that this specific counter example doesn't hold up.
Not to say yay xargs is always great, just that this specific counter example doesn't hold up.