view bin/learn_append @ 11308:6d3e89949ce9

<int-e> learn biweekly/The word "biweekly" is half synonymous with the word --> "bimonthly".
author HackBot
date Fri, 05 Jan 2018 11:33:46 +0000
parents 364f0d88ee3a
children 60f7b5cdcdb7
line wrap: on
line source

#!/bin/bash
topic="$(echo "$1" | lowercase | sed '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"