view le/rn_append @ 9862:6cd17a5c5808

<oerjan> sled le/rn_append//5d
author HackBot
date Mon, 05 Dec 2016 02:16:20 +0000
parents 0356fbd182e8
children 42f2882255c3
line wrap: on
line source

sep="//"
[[ "$1" == ?*"$sep"* ]] || exit 1
topic="$(echo "${1%%$sep*}" | lowercase)"
stuff="${1#*$sep}"
perl -i -p -e 's/\n/ /' "wisdom/$topic"
echo "$stuff" >>"wisdom/$topic"
echo -n "Learned '$topic': "
cat "wisdom/$topic"