view bin/sed2 @ 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
line wrap: on
line source

#!/bin/bash
/bin/sed "$@" && if [[ $* == "3" -a "/$1" == "/-i" ]]; then echo -n "$3//"; cat "$3"; fi