aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools-reference/sed/sed-4.ebuild')
-rw-r--r--tools-reference/sed/sed-4.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools-reference/sed/sed-4.ebuild b/tools-reference/sed/sed-4.ebuild
new file mode 100644
index 0000000..05b1d3f
--- /dev/null
+++ b/tools-reference/sed/sed-4.ebuild
@@ -0,0 +1,8 @@
+# Header.
+
+sed [ option flags ] \
+ -e 'first command' \
+ -e 'second command' \
+ -e 'and so on' \
+ input-file > output-file \
+ || die "Oops, sed didn't work!"