From 1c7cf90afae80918b82d823af59484f84391814f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 24 May 2017 15:57:34 +1200 Subject: Add dam(1df) --- man/man1/dam.1df | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 man/man1/dam.1df (limited to 'man/man1') diff --git a/man/man1/dam.1df b/man/man1/dam.1df new file mode 100644 index 00000000..b9821960 --- /dev/null +++ b/man/man1/dam.1df @@ -0,0 +1,15 @@ +.TH DAM 1df "May 2017" "Manual page for dam" +.SH NAME +.B dam +\- read all input before emitting as output +.SH SYNOPSIS +prog1 | +.B +dam +| prog2 +.SH DESCRIPTION +.B dam +stores all its input in a temporary file before emitting it as output, behaving +like a fully-buffered cat(1), and with some of the functionality of sponge(1). +.SH AUTHOR +Tom Ryder -- cgit v1.2.3