On 07/05/2013 04:48 PM, Roberto E. Vargas Caballero wrote: >> Sponge's "killer feature" is that it doesn't open the output file until >> after the input is finished. Using it in a pipeline removes this, >> because it's something else instead of sponge writing to the file. > > > There is something I don't understand, why the temporal file is not deleted > after writing the content to the output file?
Files created by “tmpfile” are automatically deleted after they are closed. Also, how do you delete a file you don’t know the name of anyway?