aboutsummaryrefslogtreecommitdiff
path: root/man/man1/dam.1df
blob: 62036473b60280d16d4f3b6657d2977907fd142c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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
buffers all its input before emitting it as output. Useful if you don't
actually want a line-by-line flow between programs, such as pasting a complete
document into a sed(1) pipeline on the terminal.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>