view le/rn_append @ 8181:d9777d5f1ea1

<oerjan> ` sed -i \'s/part/part, but it keeps getting trampled by free ranging moons./;s/ Cont.*//\' wisdom/\'#esoteric\'
author HackBot
date Fri, 27 May 2016 23:07:26 +0000
parents 07e92c85b28c
children 0356fbd182e8
line wrap: on
line source

#!/bin/bash
[[ "$1" = */* ]] || exit
topic=$(echo "$1" | lowercase | cut -d / -f 1)
[ -z "$topic" ] && exit 1
stuff=$(echo "$1" | cut -d / -f 2-)
perl -i -p -e 's/\n/ /' "wisdom/$topic"
echo "$stuff" >>"wisdom/$topic"
echo -n "Learned '$topic': "
cat "wisdom/$topic"