# HG changeset patch # User HackBot # Date 1412035970 0 # Node ID 71e7f7d66f28e2094cfb22539520fe3798ee808e # Parent e0f2e3b3a5b9a7449273f02cba1ab7785b77a347 revert diff -r e0f2e3b3a5b9 -r 71e7f7d66f28 bin/learn_append --- a/bin/learn_append Tue Sep 30 00:12:07 2014 +0000 +++ b/bin/learn_append Tue Sep 30 00:12:50 2014 +0000 @@ -1,6 +1,5 @@ #!/bin/bash topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//') stuff=$(echo "$1" | cut -d' ' -f2-) -echo " $stuff" >>"wisdom/$topic" -fmt -w1000 "wisdom/$topic" +echo "$stuff" >>"wisdom/$topic" echo "I knew that."