Project Home

xargf

Abstract

Like xargs but with a temporary file from stdin instead of the arguments themselves. Read a file from stdin, copy it to a temporary file and call the given command line with the temporary filename as an argument.

Table of Contents

Description

Like xargs but with a temporary file from stdin instead of the arguments themselves. Read a file from stdin, copy it to a temporary file and call the given command line with the temporary filename as an argument.

For example, you can use this to view PDF files read from stdin:

dot -Tps file.dot | ps2pdf - | xargf acroread

Please Donate!

Important

This computer program or library is provided for free. I am aware that some of the programs that I provide for free allow people to get their work done faster or better, save them time and money. If you are using this program for benefit, especially if you are using it within a commercial environment and it saves you time or work, please consider making a donation by sending me a book from my Amazon Wishlist or by a direct donation to my company's PayPal account by clicking on the link below.

Download

Download program here.