view bin/pastekarma @ 6811:7d38bd0dbce4

<zgrep> ` ls /dev > ls_dev
author HackBot
date Wed, 10 Feb 2016 07:54:13 +0000
parents e037173e0012
children
line wrap: on
line source

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