aboutsummaryrefslogtreecommitdiff
path: root/man/man1/dam.1df
blob: b98219608f7334327eeb0f84fbb9ebf7ee47beca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 <tom@sanctum.geek.nz>