view bin/pastekarma @ 6624:106e74cc305c

<oerjan> ` sed -i \'s/./\\U&/\' wisdom/stud*
author HackBot
date Fri, 29 Jan 2016 16:53:58 +0000
parents e037173e0012
children
line wrap: on
line source

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