#!/bin/sh # ssh://git.mdcc.cx/git/ad1810-stuff.git a1-allehosts | grep ' joostvb ' | \ while read a b c d e; do echo "$a $b $d $e" done