view bin/learn @ 6624:106e74cc305c

<oerjan> ` sed -i \'s/./\\U&/\' wisdom/stud*
author HackBot
date Fri, 29 Jan 2016 16:53:58 +0000
parents d4aebeacae03
children efa261b3fed0
line wrap: on
line source

#!/bin/bash
topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//')
echo "$1" >"wisdom/$topic"
echo "Learned '$topic': $1"