view bin/learn_append2 @ 6594:f9c1243b3f2e

<oerjan> ` cp bin/{bienvenue,willkommen}; sed -i \'s/fr/de/\' bin/willkommen
author HackBot
date Thu, 28 Jan 2016 00:14: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."