view bin/learn_append2 @ 10829:1ea440b8ebe8

<oerjan> learn dingbat is a famous font designer for Microsoft.
author HackBot
date Sun, 23 Apr 2017 01:04:54 +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."