view bin/learn_append2 @ 9956:d2a8c9eeffa2

<oerjan> sled share/scowrevs//s,2113,2112,
author HackBot
date Mon, 12 Dec 2016 03:36:11 +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."