view bin/learn_append2 @ 10196:5f9b220a0802

<boily> learn Chicken have capital words. boily leaves them.
author HackBot
date Sun, 29 Jan 2017 14:45:06 +0000
parents 56dcce63901b
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."