Index: mttroot/mtt/bin/mtt_find ================================================================== --- mttroot/mtt/bin/mtt_find +++ mttroot/mtt/bin/mtt_find @@ -12,16 +12,20 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 1996/11/10 10:48:45 peterg +## Initial revision +## ############################################################### path=$1 name=$2 operation=$3 all=$4 +q=\ # awk splits the path into components and writes a find for each # If all argument null, then succesful find terminates. awk 'END{ \ @@ -34,6 +38,7 @@ printf("then\n"); printf("exit\n"); printf("fi\n"); } } - }' path="$path" name="$name" operation="$operation" all="$all"