Artifact 45d48c963058e3d6a4eb5b497263e172312c2f27e2ba97ace8d329c626959315:
- Executable file
mttroot/mtt/bin/trans/strip_notvars.sh
— part of check-in
[636df344ed]
at
2002-04-28 18:58:07
on branch origin/master
— Fixed [ 549658 ] awk should be gawk.
Replaced calls to awk with call to gawk. (user: geraint@users.sourceforge.net, size: 173) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh type=$1 name=$2 file=$3 notvar="[%|#]NOT[V|P]AR" grep ${notvar} ${type}_lbl.txt |\ gawk '{ printf ("%s\t%s\n", $2, name) }' name=${name} \ >> ${file}