mirror of git://git.suckless.org/sbase
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
384 B
19 lines
384 B
.Dd 2015-10-08
|
|
.Dt SPONGE 1
|
|
.Os sbase
|
|
.Sh NAME
|
|
.Nm sponge
|
|
.Nd soak up standard input and write to a file
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Ar file
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
reads stdin completely, then writes the saved contents to
|
|
.Ar file .
|
|
This makes it possible to easily create pipes which read from and write to
|
|
the same file.
|
|
.Pp
|
|
If
|
|
.Ar file
|
|
is a symbolic link, it writes to its destination instead.
|
|
|