Befehl zum Konvertieren der Standardeingaben in Argumente für einen Piped -Befehl

command | xargs command

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