#!/bin/sh unset LANG unset LC_NUMERIC idb -q -e ./getLabEvents |cut -f1,4,5 > TMP1 eval idb -q -e \"./getLabEvProp \'`cut -f3 TMP1`\'\" |sed '/^[ ]*$/d' > TMP2 paste TMP1 TMP2 rm -f TMP1 TMP2