view bin/sled @ 9241:ed11e389a029

<boily> ` sed -i \'s/\\?/\xe2\x81\xba?/\' wisdom/footnote\\ 8
author HackBot
date Wed, 12 Oct 2016 10:53:34 +0000
parents c989a1669243
children ae4d924e677f
line wrap: on
line source

[[ "$1" == ?*//* ]] || { echo 'usage: sled file//script'; exit 1; }; key="${1%%//*}"; value="${1#*//}"; [[ -f "$key" ]] || { echo 'Rosebud!'; exit 1; }; sed -i "$value" "$key" && { echo -n "$key//"; cat "$key"; }