view bin/slashlearn_append @ 12351:af405b8a7235 draft

<wib_jonas> `` perl -pi -e \'s/random/secrets/;s/python/$&3/\' /hackenv/bin/password
author HackEso <hackeso@esolangs.org>
date Wed, 04 Nov 2020 14:36:52 +0000
parents 652d1c5a24be
children
line wrap: on
line source

sep="//"
[[ "$1" == ?*"$sep"* ]] || exit 1
topic="$(echo "${1%%$sep*}" | lowercase)"
stuff="${1#*$sep}"
perl -i -p -e 's/\n/ /' "${HACKENV-/hackenv}/wisdom/$topic"
echo "$stuff" >>"${HACKENV-/hackenv}/wisdom/$topic"
echo -n "Learned '$topic': "
cat "${HACKENV-/hackenv}/wisdom/$topic"