view bin/learn_append2 @ 6718:b87d0fe828dd

<zgrep> ` head -n 7 bin/tomfoolery > bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:58:43 +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."