Answers for "command to convert standard input to arguments for a piped command"

0

command to convert standard input to arguments for a piped command

command | xargs command

# e.g to remove files outputed by the cat command
cat dir1 | xargs rm
Posted by: Guest on April-14-2022

Code answers related to "command to convert standard input to arguments for a piped command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language