me-utils/doc/overwrite.1

31 lines
646 B
Groff

.TH overwrite 1 2021-11-21 me-utils "Extended Userland"
.SH NAME
overwrite \- Overwrite named file(s) with stdin
.PP
.SH SYNOPSIS
.PP
overwrite [ files ... ]
.SH DESCRIPTION
.PP
Overwrite is an extension to the standard userland that reads standard input
into an internal buffer before writing that internal buffer to each named file.
.SH OPTIONS
.PP
Overwrite accepts no arguments.
.SH ENVIRONMENT
This program requires a C89 compiler.
.SH FILES
/usr/src/me-utils/src/overwrite.c
.SH CONFORMING TO
.PP
Non-standard tool.
.SH NOTES
.PP
Nothing to note.
.SH BUGS
.PP
No bugs known. Please report any to <midfavila@sdf.org>.
.SH SEE ALSO
tee(1p)