changeset 9512:2f89f6385868

<oerjan> sled bin/sed//3d
author HackBot
date Sat, 29 Oct 2016 19:31:47 +0000
parents 58c8ebb21e33
children ae4d924e677f
files bin/sed
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/sed	Sat Oct 29 19:31:01 2016 +0000
+++ b/bin/sed	Sat Oct 29 19:31:47 2016 +0000
@@ -1,3 +1,2 @@
 #!/bin/bash
 /bin/sed "$@" && if [[ $# == "3" && "/$1" == "/-i" ]]; then echo -n "$3//"; cat "$3"; fi
-echo "$*; $3"