#!/bin/bash
echo .
echo =========================================================
echo === REPSTR - replace only space-delimited whole words ===
echo =========================================================
echo .
rm -f *text*
rm -f *text*.*
cp ../../testdata/base.txt text
./repstr -l -W -t ../../testdata/rule -f text
