view bin/learn_append2 @ 10474:98c041807495

<oerjan> learn Fnordcore is fungot\'s favorite music genre.
author HackBot
date Tue, 21 Mar 2017 14:51:32 +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."