Differences From Artifact [ef6ca7d9c5]:

To Artifact [b3b2f5576e]:


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


37
38

39
40
41
42
43
44
45
46
47
48


49
50
51
52
53



54


55
56
57
58
59
60
61
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
37
38
39

40



41
42


43










44
45
46
47
48
49
50
51
52
53

54
55
56
57
58
59
60
61
62







+
+
+
+
+
+








-
-
+
+
-
-

+
+
+



-
+
-
-
-
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+





+
+
+
-
+
+







# Copyright (c) P.J.Gawthrop 1996

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3  1998/07/16 09:15:34  peterg
## Now prints:
## 	dir
## 	name_lbl.txt
##         access time
##
## Revision 1.2  1997/09/04 09:15:19  peterg
## Includes summary line as well as description lines
##
## Revision 1.1  1996/11/10 10:48:45  peterg
## Initial revision
##
###############################################################

path=$1
name=$2
path="$1"

fullname=$2_lbl.txt
all=$3

if [ -n "$2" ]; then
    name="-name $2"
fi
q=\


# awk splits the path into components and writes a find for each
paths=`echo $path | tr ":" " "`
# If all argument null, then succesful find terminates.
foundpath=`awk 'END{ \
  n=split(path,a,":"); 
foundpath=`\
for thepath in $paths; do
  if (all == "") { 
    printf("if ");
    find $thepath -type d  $name -print 
  }  for (i=1;i<=n;i++) { 
  printf("find %s -type d -name \"%s\"  -print \n", a[i], name);
  if (all == "") { 
    printf("then\n"); 
    printf("exit\n"); 
    printf("fi\n");
  }
   }
     }' path="$path" name="$name" operation="$operation" all="$all" \
</dev/null  | sh`
done | \
sort -u`

# If non-null result, check that the name_lbl.txt file exists in dir name
# and print dirname and file name and last access time

if [ -n "$foundpath" ]; then
 for thepath in $foundpath ;  do
  dirname=`echo $thepath | awk -F/ '{print $NF}'`
  fullname="$dirname"_lbl.txt
  find $foundpath -maxdepth 1 -name $fullname  -printf '%h\t%f\t%Ac\n' | sort -u
  find $thepath -maxdepth 1 -name $fullname  -printf '%h\t%f\t%Ac\n';
 done
fi







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