view bin/learn_append @ 8854:562e853ebb4f

<b_jonas> fetch http://russell2.math.bme.hu/~ambrus/pu/p7zip-16.02-linux-bin-only.tar.xz
author HackBot
date Wed, 27 Jul 2016 12:40:04 +0000
parents 38b26e48d344
children
line wrap: on
line source

#!/bin/bash
topic="$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')"
stuff=$(echo "$1" | cut -d' ' -f2-)
perl -i -p -e 's/\n/ /' "wisdom/$topic"
echo "$stuff" >>"wisdom/$topic"
echo -n "Learned '$topic': "
cat "wisdom/$topic"