view bin/learn_append @ 9291:facea1455b05

<ais523> addquote <fungot> boily: i walked 5 miles to get to http://community.schemewiki.org from there. but it\'s written in a relatively portable style?
author HackBot
date Sat, 15 Oct 2016 16:07:31 +0000
parents c989a1669243
children 364f0d88ee3a
line wrap: on
line source

#!/bin/bash
topic="$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')"
stuff=$(echo "$1" | cut -d' ' -f2-)
perl -i -p -e 's/\n/ /' "wisdom/$topic"
echo "$stuff" >>"wisdom/$topic"
echo -n "Learned '$topic': "
cat "wisdom/$topic"