comparison misle/rn_append @ 6786:c6bb618e60e3

<oerjan> ` sed -i \'s/Learned/Was lied to about/\' misle/*
author HackBot
date Wed, 10 Feb 2016 06:06:52 +0000
parents 0c13247bfca4
children c58a6174e051
comparison
equal deleted inserted replaced
6785:b74acb5cc363 6786:c6bb618e60e3
3 topic=$(echo "$1" | lowercase | cut -d / -f 1) 3 topic=$(echo "$1" | lowercase | cut -d / -f 1)
4 [ -z "$topic" ] && exit 1 4 [ -z "$topic" ] && exit 1
5 stuff=$(echo "$1" | cut -d / -f 2-) 5 stuff=$(echo "$1" | cut -d / -f 2-)
6 perl -i -p -e 's/\n/ /' "tmflry/$topic" 6 perl -i -p -e 's/\n/ /' "tmflry/$topic"
7 echo "$stuff" >>"tmflry/$topic" 7 echo "$stuff" >>"tmflry/$topic"
8 echo -n "Learned '$topic': " 8 echo -n "Was lied to about '$topic': "
9 cat "tmflry/$topic" 9 cat "tmflry/$topic"