view bin/learn_append @ 9000:d72aef993623

<oerjan> addquote <hppavilion[1]> I think we need to make Greece an independent country
author HackBot
date Thu, 01 Sep 2016 00:31:47 +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"