view bin/learn @ 5799:a5ef8d072826

<enor> ` sed -i \'s/\\*s-\\*c/\\*c-\\*s/\' letersort
author HackBot
date Sun, 05 Jul 2015 01:09:56 +0000
parents 1fb4c1cc0fb9
children 23da73664984
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"