Differences From Artifact [e9c68eb700]:

To Artifact [45d48c9630]:


1
2
3
4
5
6
7
8
9
10
11
#! /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}
 








|


1
2
3
4
5
6
7
8
9
10
11
#! /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}
 

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]