tar behavior 9.* -> 10.*
Allan Jude
allanjude at freebsd.org
Fri Oct 24 14:43:31 UTC 2014
On 2014-10-24 08:15, rank1seeker at gmail.com wrote:
> https://forums.freebsd.org/threads/tar-errors-when-file-content-extracted-to-stdout-is-piped.48626/
>
> Bug?
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
What happens if you pipe it to something that doesn't close the pipe
prematurely
try:
tar ... | cat -
It makes sense that it throws an error when you pipe to head, which then
closes the pipe before the file has finished being written.
--
Allan Jude
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20141024/2d9c2ee2/attachment.sig>
More information about the freebsd-hackers
mailing list