view bin/learn_append2 @ 9241:ed11e389a029

<boily> ` sed -i \'s/\\?/\xe2\x81\xba?/\' wisdom/footnote\\ 8
author HackBot
date Wed, 12 Oct 2016 10:53:34 +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."