Artifact e9c68eb70055c3a0fb806409e8da628f787e1bd5f16863a437faf1973952fedc:
- Executable file mttroot/mtt/bin/trans/strip_notvars.sh — part of check-in [2134af598f] at 2001-04-13 07:14:12 on branch origin/master — Implemented lower level lbl.txt recognition of #NOT[V|P]AR (user: geraint@users.sourceforge.net, size: 172) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh type=$1 name=$2 file=$3 notvar="[%|#]NOT[V|P]AR" grep ${notvar} ${type}_lbl.txt |\ awk '{ printf ("%s\t%s\n", $2, name) }' name=${name} \ >> ${file}