aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-26 11:31:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-26 11:31:33 +1200
commitaffd67f4874cb252eb8271c60d0ebc81585b4e77 (patch)
treefdde241ee7d041ce60e72225776c23dac9b10535 /man
parentUndo hare-brained last few commits (diff)
downloaddotfiles-affd67f4874cb252eb8271c60d0ebc81585b4e77.tar.gz
dotfiles-affd67f4874cb252eb8271c60d0ebc81585b4e77.zip
Add edda(1)
Diffstat (limited to 'man')
-rw-r--r--man/edda.119
1 files changed, 19 insertions, 0 deletions
diff --git a/man/edda.1 b/man/edda.1
new file mode 100644
index 00000000..24c93fe9
--- /dev/null
+++ b/man/edda.1
@@ -0,0 +1,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>
+