view bin/learn_append @ 11579:977eb86d5521 draft

<oerjan> learn NVG is a student computer club in Trondheim, whose servers are frequently infiltrated by oerjan. Not to be confused with nvd.
author HackEso <hackeso@esolangs.org>
date Mon, 18 Jun 2018 00:58:34 +0100
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"