view bin/learn_append2 @ 5978:3450eade96b7

<oerjan> ` sed -i \'s/and //;s/genders./genders, and voluminous but calm eyebrows./\' wisdom/taneb
author HackBot
date Sun, 13 Sep 2015 22:25:41 +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."