view spolpred.sh @ 1:d2d1d48c8e3e draft default tip

fix_bug with names that contain spaces
author nml
date Fri, 18 Dec 2015 11:18:28 -0500
parents 5402893569cb
children
line wrap: on
line source

#/bin/bash

name=$1
shift

spolpred $@

sed -i "s/^[^\t]*/$name/" output.txt

exit 0