#!/bin/bash
echo .
echo ==========================================================
echo === REPSTR - replace only whole words delimited by '/' ===
echo ==========================================================
echo .
rm -f *text*
rm -f *text*.*
cp ../../testdata/base.txt text
./repstr -l -w "|" -t ../../testdata/rule -f text
