#!/bin/bash if [ "$#" != 3 ] then echo "Usage: $0 " 1>&2 exit 1 fi zcat "$3" | ( export TSTORE=_______________ exec tstore "$1" "$2" $(od -td4 -An -j4 -N4 < "$3") )