svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

Conrad Meyer cem at freebsd.org
Tue Dec 5 04:37:08 UTC 2017


On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler <eadler at freebsd.org> wrote:
> Author: eadler
> Date: Tue Dec  5 03:55:10 2017
> New Revision: 326554
> URL: https://svnweb.freebsd.org/changeset/base/326554
>
> Log:
>   sponge(1): initial commit
>
>   sponge(1) is a utility that reads input until
>   complete, then opens the output file, then
>   writes to it. This makes it useful in pipelines
>   that read and write to the same file.
>
>   Reviewed by:  wblock, jilles, imp, cem, danfe (all: various iterations)

I don't recall reviewing this in any iteration, but I could be mistaken.

Best,
Conrad


More information about the svn-src-head mailing list