view bin/learn @ 6937:a4e2b9749d1d

<zgrep> ` grep -ri \'hg\' bin > things_with_hg_in_them_in_bin.txt
author HackBot
date Tue, 23 Feb 2016 05:18:43 +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"