aboutsummaryrefslogtreecommitdiff
path: root/man/man1/edda.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/edda.1df')
-rw-r--r--man/man1/edda.1df21
1 files changed, 11 insertions, 10 deletions
diff --git a/man/man1/edda.1df b/man/man1/edda.1df
index c501e571..0f968d8a 100644
--- a/man/man1/edda.1df
+++ b/man/man1/edda.1df
@@ -3,25 +3,26 @@
.B edda
\- run ed(1) over multiple files
.SH SYNOPSIS
-.B edda FILE1 [FILE2...]
+.B edda
+FILE1 [FILE2...] < script.ed
.SH DESCRIPTION
Duplicate any data on stdin into a temporary file, and run ed(1) options over
each of the files given as arguments. Example:
.P
- $ edda /etc/app.d/*.conf <<'EOF'
- ,s/foo/bar/g
- w
- EOF
+ $ edda /etc/app.d/*.conf <<'EOF'
+ ,s/foo/bar/g
+ w
+ EOF
.SH WISDOM
-"Each man who is wise and would wise be called,
+ Each man who is wise and would wise be called,
.br
- Must ask and answer aright.
+ Must ask and answer aright.
.br
- Let one know thy secret, but never a second;
+ Let one know thy secret, but never a second;
.br
- If three, a thousand shall know."
+ If three, a thousand shall know."
.P
- -- Poetic Edda, Hávamál, 63
+ -- Poetic Edda, Hávamál, 63
.br
.SH SEE ALSO
ed(1)