Home
Commands
xargs from stdin
xargs from stdin
Terminal
echo 'a b c' | xargs -n1
Copy command