view bin/pastekarma @ 5699:108754b6c716

<oerjan> ` sed -i \'s/ / /g\' wisdom/{atrix,rtf,htdh}
author HackBot
date Wed, 24 Jun 2015 21:02:36 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
cd karma
ls | while read thing; do
    echo "$thing: $(cat "$thing")"
done | paste