Ersek, Laszlo <[email protected]> ha escrit: > Does GNU tar (and if so, under what circumstances) close its input > pipe before seeing EOF on it?
Yes, it does. The input stream is closed if tar determines that there is nothing more to be read from there (e.g. it has received the two null blocks that end the archive or has extracted all requested files). Regards, Sergey
