aboutsummaryrefslogtreecommitdiff
path: root/man/man1/ped.1df
blob: 041e73c5979ce42f9d68f24381d969ebd5af730f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH PED 1df "May 2017" "Manual page for ped"
.SH NAME
.B ped
\- stop a pipe for $EDITOR intervention
.SH SYNOPSIS
prog1 |
.B
ped
| prog2
.SH DESCRIPTION
.B ped
saves all its standard input into a temporary file and runs $EDITOR, or ed(1)
if unset, on that file. Once the editor exits, it emits the contents of the
same file (changed or unchanged). This can be used as a way to edit data
manually as it goes through a pipe.
.SH SEE ALSO
pst(1df), pvi(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>