From affd67f4874cb252eb8271c60d0ebc81585b4e77 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 Jun 2015 11:31:33 +1200 Subject: Add edda(1) --- man/edda.1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 man/edda.1 (limited to 'man') 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 < + -- cgit v1.2.3