aboutsummaryrefslogtreecommitdiff
path: root/man/edda.1
blob: 24c93fe977f53ae6d150ee878e9022de15cf1891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH EDDA 1 "June 2015" "Manual page for edda"
.SH NAME
.B edda
\- run ed(1) over multiple files
.SH SYNOPSIS
.B ed [OPTS] [--] FILE1 [FILE2...]
.SH DESCRIPTION
Duplicate any data on stdin into a temporary file, and run ed(1) with any given
options over each of the files given as the remaining arguments. Example:
.P
   $ edda /etc/app.d/*.conf <<EOF
   ,s/foo/bar/g
   w
   EOF
.SH SEE ALSO
ed(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>