view bin/learn_append @ 5035:7c7d731b7361

<Taneb> learn groups are just loops with the property of associativity
author HackBot
date Fri, 10 Oct 2014 10:52:16 +0000
parents 8d2b2b7ca563
children 301d8fcdf2b3
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 "I knew that."