view bin/learn_append2 @ 8087:02477e774fc0

<oerjan> ` sed -i \'s/anti/ante/\' wisdom/oerjan
author HackBot
date Thu, 19 May 2016 23:22:51 +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."