view bin/learn_append2 @ 5073:5ac8a6965ce8

<oerjan> revert
author HackBot
date Sat, 18 Oct 2014 13:30:29 +0000
parents c37b8874cc48
children
line wrap: on
line source

#!/bin/bash
topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
echo "$1" >>"wisdom/$topic"
echo "I knew that."