comparison bin/learn_append @ 4879:ea441e220c71

<mroman_> mv -f raw.txt bin/learn_append
author HackBot
date Fri, 26 Sep 2014 13:27:19 +0000
parents 9a96610fa83b
children b57f28545952
comparison
equal deleted inserted replaced
4878:5adb9116fb45 4879:ea441e220c71
1 #!/bin/bash
2 topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
3 echo "$1" >>"wisdom/$topic"
4 echo "I knew that."