view bin/sled @ 10015:89d3ca4aefae

<zgrep> le/rn the five wisdoms//The first wisdom is that there is only one wisdom.
author HackBot
date Sat, 24 Dec 2016 09:16:54 +0000
parents 0ebb25d333b4
children 1e6e3a07b5f4
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" ;