aboutsummaryrefslogtreecommitdiff
path: root/man/man1/edda.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/edda.1')
-rw-r--r--man/man1/edda.130
1 files changed, 30 insertions, 0 deletions
diff --git a/man/man1/edda.1 b/man/man1/edda.1
new file mode 100644
index 00000000..2a7ef501
--- /dev/null
+++ b/man/man1/edda.1
@@ -0,0 +1,30 @@
+.TH EDDA 1 "June 2015" "Manual page for edda"
+.SH NAME
+.B edda
+\- run ed(1) over multiple files
+.SH SYNOPSIS
+.B edda [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 -s /etc/app.d/*.conf <<EOF
+ ,s/foo/bar/g
+ w
+ EOF
+.SH WISDOM
+"Each man who is wise and would wise be called,
+.br
+ Must ask and answer aright.
+.br
+ Let one know thy secret, but never a second;
+.br
+ If three, a thousand shall know."
+.P
+ -- Poetic Edda, Hávamál, 63
+.br
+.SH SEE ALSO
+ed(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
+