polecenie do konwersji standardowej wejścia na argumenty dla polecenia rurowego

command | xargs command

# e.g to remove files outputed by the cat command
cat dir1 | xargs rm
Chris Nzoka-okoye