view le/rn_append @ 10262:e1933ec8a2f6

<oerjan> learn The `ngevd command hasn\'t been invented yet, but still manages to prevent bugs.
author HackBot
date Wed, 15 Feb 2017 01:27:56 +0000
parents 6cd17a5c5808
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"