Overview
Comment:Removed trailing , in output.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 40a245a375d1b454c99f6f290e270d2285130ec72ed5652d43165ae8755a79af
User & Date: gawthrop@users.sourceforge.net on 1997-05-22 09:28:22.000
Other Links: branch diff | manifest | tags
Context
1997-05-22
09:42:48
Returns 0 if no names. check-in: b4a9b70c25 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:28:22
Removed trailing , in output. check-in: 40a245a375 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:48:21
Initial revision check-in: 33addd2c18 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
11
12
13
14
15
16
17



18
19
20
21
22
23
24
25
26
27


28
29

30
31
32
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28


29
30
31

32
33
34
35







+
+
+








-
-
+
+

-
+



# Copyright (c) P.J.Gawthrop, 1997.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  1997/05/22 08:48:21  peterg
## Initial revision
##
###############################################################

awk '
{
  name_index[$4"_"$3]=$2;
}
END{
  N=split(names,Names,",");
  for (i=1; i<=N; i++) {
    printf("%i,",name_index[Names[i]]) ;
  for (i=1; i<N; i++) {
    printf("%i,",name_index[Names[i]]);
  }
  printf("\n");
  printf("%i\n",name_index[Names[N]]);
}'  names=$2 < $1_struc.txt

  

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