sbase/sponge.1

19 lines
396 B
Groff
Raw Normal View History

.Dd January 30, 2015
.Dt SPONGE 1
2015-01-30 18:16:25 -05:00
.Os
.Sh NAME
.Nm sponge
.Nd soak up standard input and write to a file
.Sh SYNOPSIS
.Nm
.Ar file
.Sh DESCRIPTION
.Nm
2013-07-02 13:26:24 -04:00
reads stdin completely, then writes the saved contents to
2015-01-30 18:16:25 -05:00
.Ar file .
2013-07-02 13:26:24 -04:00
This makes it possible to easily create pipes which read from and write to
the same file.
2015-01-30 18:16:25 -05:00
.Pp
If the given file is a symbolic link, it writes to the links destination
2013-07-02 13:26:24 -04:00
instead.