Perintah untuk mengonversi input standar ke argumen untuk perintah pipa
command | xargs command
# e.g to remove files outputed by the cat command
cat dir1 | xargs rm
Chris Nzoka-okoye