view le/rn_append @ 11279:5141165df724

<oerjan> learn nutella//Nutella is a nutty substance. Taneb invented it for use in his automatic squirrel feeders.
author HackBot
date Tue, 19 Dec 2017 20:59:24 +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"