Overview
Comment:Put / explicitly in awk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 480592a58b322f114d81aa32ae6198a52f7b7514b1fd26c7f913770a18dae51c
User & Date: gawthrop@users.sourceforge.net on 1998-07-28 11:23:31.000
Other Links: branch diff | manifest | tags
Context
1998-07-28
13:15:10
Vector SS ports included. check-in: 6118409a13 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:23:31
Put / explicitly in awk. check-in: 480592a58b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:30:50
Implemented vector SS ports. check-in: 58cc84280f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
10
11
12
13
14
15
16



17
18
19
20
21
22
23
24
25
26
27

28
29
30
31
32
33
34
10
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
36







+
+
+








-

-
+







# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  1998/07/27 08:38:11  peterg
## Just look for / in the relevant field.
##
## Revision 1.1  1998/07/17 17:04:50  peterg
## Initial revision
##
###############################################################


# Regexp for an alias
alias='^[#%]ALIAS'
dir='/'

grep $alias $1_lbl.txt | awk '{if (match($3,$dir)>0) print "mtt -q compcopy " $3}'
grep $alias $1_lbl.txt | awk '{if (match($3,"/")>0) print "mtt -q compcopy " $3}'








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