changeset 9503:3fc3b4da9f7e

<oerjan> sled bin/sed2//2c/bin/sed "$@" && if [[ $* == "3" -a "/$1" == "/-i" ]]; then echo -n "$3//"; cat "$3"; fi
author HackBot
date Sat, 29 Oct 2016 19:25:24 +0000
parents eea55617722b
children d17fc0757abc
files bin/sed2
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/sed2	Sat Oct 29 19:19:46 2016 +0000
+++ b/bin/sed2	Sat Oct 29 19:25:24 2016 +0000
@@ -1,2 +1,2 @@
 #!/bin/bash
-/bin/sed "$@" && if [[ $* == "3" -a "$1" == "-i" ]]; then echo -n "$3//"; cat "$3"; fi
+/bin/sed "$@" && if [[ $* == "3" -a "/$1" == "/-i" ]]; then echo -n "$3//"; cat "$3"; fi