view bin/learn_append2 @ 9417:04f35e31a97f

<hppavilion[1]> le/rn subtle/The \'b\' sound is pronounced in \'subtle\', it\'s just difficult to hear
author HackBot
date Mon, 24 Oct 2016 03:56:52 +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."