actually add the .c and .1 files
This commit is contained in:
15
sponge.1
Normal file
15
sponge.1
Normal file
@@ -0,0 +1,15 @@
|
||||
.TH SPONGE 1 sbase\-VERSION
|
||||
.SH NAME
|
||||
sponge \- soak up standard input and write to a file
|
||||
.SH SYNOPSIS
|
||||
.B sponge
|
||||
.IR file
|
||||
.SH DESCRIPTION
|
||||
.B sponge
|
||||
reads stdin completely, then writes the saved contents to
|
||||
.IR file .
|
||||
This makes it possible to easily create pipes which read from and write to
|
||||
the same file.
|
||||
|
||||
If the given file is a symbolic link, it writes to the links's destination
|
||||
instead.
|
Reference in New Issue
Block a user