INDEX OF COMMANDS WHERE PRODUCTIONS WITH REGEX $regex ARE USED IN SCRIPTS

The following shows the commands in scripts where the REGEX $regex OCCURED. To locate the GG-funtions loaded by the GG-Container you will type at the shell prompt: asplcmd ~gg To locate the scripts: asplcmd ~shared

bay12-notify.sh [monitor water level between two bays and send notification when level is critical]

   (in script  bay12-notify.sh  [monitor water level between two bays and send notification when level is critical])(ref:crilevel = {fU {f&\`ks= CRITICAL BAY1}{f&\`ks= CRITICAL BAY2}};)

bay12.sh [monitor water level between two bays]

   (in script  bay12.sh  [monitor water level between two bays])(ref:{fU {f&\`ks= CRITICAL BAY1}{f&\`ks= CRITICAL BAY2}})

bay12mon.pl [monitor water level between two bays]

   (in script  bay12mon.pl  [monitor water level between two bays])(ref:{fU {f&`ks= CRITICAL BAY1} {f&`ks= CRITICAL BAY2}})

bay13-notify.sh [monitor water between two bays and send notification when level is critical]

   (in script  bay13-notify.sh  [monitor water between two bays and send notification when level is critical])(ref:{fU {f&\`ks= CRITICAL BAY1}{f&\`ks= CRITICAL BAY2}};)(ref:{fU {f&\`ks= CRITICAL BAY1}{f&\`ks= CRITICAL BAY2}};)

bay13.sh [monitor water level between two bays using loop]

   (in script  bay13.sh  [monitor water level between two bays using loop])(ref:crilevel = {fU {f&\`ks= CRITICAL BAY1}{f&\`ks= CRITICAL BAY2}};)

define-functions-to-compare-groups.aspl [defining various functions to compare groups]

   (in script  define-functions-to-compare-groups.aspl  [defining various functions to compare groups])(ref:DEF FN cmp2sets  := {gU {g\, %%1 %%2}{g\, %%2 %%1}{g&,  %%1 %%2}})(ref:DEF FN cmp2mtmeq := {gU {g\,`mtm~ %%1 %%2}{g\,`mtm~ %%2 %%1}{g&,`mtm= %%1 %%2}})(ref:DEF FN cmp2mtm   := {gU {g\,`mtm= %%1 %%2}{g\,`mtm= %%2 %%1}{g&,`mtm~ %%1 %%2}})(ref:DEF FN cmp2chkeq := {gU {g\,`c~ %%1 %%2}{g\,`c~ %%2 %%1}{g&,`c= %%1 %%2}})(ref:DEF FN cmp2chk   := {gU {g\,`c= %%1 %%2}{g\,`c= %%2 %%1}{g&,`c~ %%1 %%2}})(ref:DEF FN fcmp2sets  := {fU {f\, %%1 %%2}{f\, %%2 %%1}{f&, %%1 %%2}})(ref:DEF FN fcmp2mtmeq := {fU {f\,`mtm~ %%1 %%2}{f\,`mtm~ %%2 %%1}{f&,`mtm= %%1 %%2}})(ref:DEF FN fcmp2mtm   := {fU {f\,`mtm= %%1 %%2}{f\,`mtm= %%2 %%1}{f&,`mtm~ %%1 %%2}})(ref:DEF FN fcmp2chkeq := {fU {f\,`c~ %%1 %%2}{f\,`c~ %%2 %%1}{f&,`c= %%1 %%2}})(ref:DEF FN fcmp2chk   := {fU {f\,`c= %%1 %%2}{f\,`c= %%2 %%1}{f&,`c~ %%1 %%2}})(ref:DEF FN dcmp2sets  := {dU {d\, %%1 %%2}{d\, %%2 %%1}{d&, %%1 %%2}})(ref:DEF FN dcmp2mtmeq := {dU {d\,`mtm~ %%1 %%2}{d\,`mtm~ %%2 %%1}{d&,`mtm= %%1 %%2}})(ref:DEF FN dcmp2mtm   := {dU {d\,`mtm= %%1 %%2}{d\,`mtm= %%2 %%1}{d&,`mtm~ %%1 %%2}})(ref:DEF FN uni2diff       := {gU {g\,  %%1 %%2}{g\,  %%2 %%1}})(ref:DEF FN duni2diff      := {dU {d\  %%1 %%2}{d\  %%2 %%1}})(ref:DEF FN uni2diffmtmeq    := {gU {g\,`mtm~  %%1 %%2}{g\,`mtm~  %%2 %%1}})(ref:DEF FN uni2diffmtm  := {gU {g\,`mtm=  %%1 %%2}{g\,`mtm=  %%2 %%1}})(ref:DEF FN uni2diffchkeq    := {gU {g\,`c~  %%1 %%2}{g\,`c~  %%2 %%1}})(ref:DEF FN uni2diffchk  := {gU {g\,`c=  %%1 %%2}{g\,`c=  %%2 %%1}})(ref:DEF FN funi2diff      := {fU {f\,  %%1 %%2}{f\,  %%2 %%1}})(ref:DEF FN funi2diffmtmeq   := {fU {f\,`mtm~  %%1 %%2}{f\,`mtm~  %%2 %%1}})(ref:DEF FN funi2diffmtm := {fU {f\,`mtm=  %%1 %%2}{f\,`mtm=  %%2 %%1}})(ref:DEF FN funi2diffchkeq := {fU {f\,`c~  %%1 %%2}{f\,`c~  %%2 %%1}})(ref:DEF FN funi2diffchk   := {fU {f\,`c=  %%1 %%2}{f\,`c=  %%2 %%1}})(ref:DEF FN duni2diffmtmeq := {dU {d\,`mtm~  %%1 %%2}{d\,`mtm~  %%2 %%1}})(ref:DEF FN duni2diffmtm   := {dU {d\,`mtm=  %%1 %%2}{d\,`mtm=  %%2 %%1}})

dirchange-monitor.aspl [monitor the changes in a directory]

   (in script  dirchange-monitor.aspl  [monitor the changes in a directory])(ref:,gU vardir vardir@1 vardir@2 vardir@3 vardir@4 vardir@5)(ref:,gU vardir vardir@5)

dirchange-monitor.sh [monitor changes in a directory and show changes between last two instances]

   (in script  dirchange-monitor.sh  [monitor changes in a directory and show changes between last two instances])(ref:,gU dirvar dirvar@1;)

dirchange-monitor2.sh [monitor changes in a directory and show changes between last two instances]

   (in script  dirchange-monitor2.sh  [monitor changes in a directory and show changes between last two instances])(ref:,gU dirvar dirvar@1;)

dircompare.aspl [compare two directories]

   (in script  dircompare.aspl  [compare two directories])(ref:DEF FN cmp2sets := {gU {g\, %%1 %%2}{g\, %%2 %%1}{g&, %%1 %%2}})

dircompare.pl [compares directories across host names]

   (in script  dircompare.pl  [compares directories across host names])(ref:$s .= q~DEF FN cmp2sets := {gU {g\, %%1 %%2}{g\, %%2 %%1}{g&, %%1 %%2}}~ . "\n";)(ref:($_ =~ /^union$/i)     && ($ascmd .= ",gU  @vnames\n")      ||)(ref:($_ =~ /^funion$/i)    && ($ascmd .= ",fU  @vnames\n")      ||)(ref:($_ =~ /^dunion$/i)    && ($ascmd .= ",dU  @vnames\n")      ||)

dirdiff.pl [Compare directories between host machines in a cloud]

   (in script  dirdiff.pl  [Compare directories between host machines in a cloud])(ref:,gU @vnames)

envcompare.pl [compares the ENV across host names]

   (in script  envcompare.pl  [compares the ENV across host names])(ref:$s .= q~DEF FN cmp2sets := {gU {g\, %%1 %%2}{g\, %%2 %%1}{g&, %%1 %%2}}~ . "\n";)(ref:($_ =~ /^union$/i)     && ($ascmd .= "gU  @hosts\n")      ||)(ref:($_ =~ /^funion$/i)    && ($ascmd .= "fU  @hosts\n")      ||)(ref:($_ =~ /^dunion$/i)    && ($ascmd .= "dU  @hosts\n")      ||)

ggtieoscillators-test.aspl [test script for oscillators tied to UNIX device]

   (in script  ggtieoscillators-test.aspl  [test script for oscillators tied to UNIX device])(ref:fU`ks=  X)(ref:fU`ks=  X)(ref:fU`ks=  X)(ref:fU`ks=  X)

ggtieoscillators.aspl [SIMULATING TWO GROUPS WITH ELEMENT ATTRIBUTES TIED TO TWO OSCILLATORS]

   (in script  ggtieoscillators.aspl  [SIMULATING TWO GROUPS WITH ELEMENT ATTRIBUTES TIED TO TWO OSCILLATORS])(ref:fU`ks=  X)

ggtieoscillatorsareas.aspl [find intersections of tied oscillating functions along their summed areas]

   (in script  ggtieoscillatorsareas.aspl  [find intersections of tied oscillating functions along their summed areas])(ref:fU`ks=  X12)(ref:fU`ks=  X12)

jarcompare.aspl [Compare two JAR archives]

   (in script  jarcompare.aspl  [Compare two JAR archives])(ref:DEF FN cmp2sets := {gU {g\, %%1 %%2}{g\, %%2 %%1}{g&, %%1 %%2}})(ref:dU jar1 jar2)(ref:fU jar1 jar2)

jarcompare.pl [compares two or many Jar files: jarcompare.pl file1 file2 ..]

   (in script  jarcompare.pl  [compares two or many Jar files:  jarcompare.pl file1 file2 ..])(ref:$s .= "gU @jars\n";)

jarcomparelong.aspl [compare two JAR archives with extended output]

   (in script  jarcomparelong.aspl  [compare two JAR archives with extended output])(ref:DEF FN cmp2sets := {gU {g\, %%1 %%2}{g\, %%2 %%1}{g&, %%1 %%2}})

jarsimilarity.pl [compare similarity between JAR archives]

   (in script  jarsimilarity.pl  [compare similarity between JAR archives])(ref:,gU @v)

monitordir.aspl [monitor changes in a directory by using group operations]

   (in script  monitordir.aspl  [monitor changes in a directory by using group operations])(ref:playop ,gU`ks~  mydir)(ref:,gU  @mydir)

pathcompare.aspl [Compare PATH on two remote hosts in a cloud environment]

   (in script  pathcompare.aspl  [Compare PATH on two remote hosts in a cloud environment])(ref:DEF FN cmp2sets := {gU {g\, %%1 %%2}{g\, %%2 %%1}{g&, %%1 %%2}})

pathcompare.pl [compares the system PATH of many hosts]

   (in script  pathcompare.pl  [compares the system PATH of many hosts])(ref:$s .= q~DEF FN cmp2sets := {gU {g\, %%1 %%2}{g\, %%2 %%1}{g&, %%1 %%2}}~ . "\n";)(ref:($_ =~ /^union$/i)    && ($ascmd .= "gU  @hosts\n")      ||)(ref:($_ =~ /^funion$/i)   && ($ascmd .= "fU  @hosts\n")      ||)(ref:($_ =~ /^dunion$/i)   && ($ascmd .= "dU  @hosts\n")      ||)

playop_bitgroup.aspl [play various operators on a random bit group]

   (in script  playop_bitgroup.aspl  [play various operators on a random bit group])(ref:playop gU,`ks~  x)(ref:playop gU,`ks=  x)(ref:playop gU,  x)

playop_bitgroup2.aspl [play various operators on a random bit group]

   (in script  playop_bitgroup2.aspl  [play various operators on a random bit group])(ref:playop ,gU`ks~  x)(ref:playop ,gU`ks=  x)(ref:playop ,gU  x)

progenvshellscompare.aspl [compare environment variables of two shell scripts]

   (in script  progenvshellscompare.aspl  [compare environment variables of two shell scripts])(ref:fU,`ks= S)(ref:fU,`ks~ S)

progenvshellsmerged.aspl [merge the environment variables of two shell scripts and compare them]

   (in script  progenvshellsmerged.aspl  [merge the environment variables of two shell scripts and compare them])(ref:,fU M1 M2)

randomdice.aspl [Simulate three players throwing dice on a craptable.]

   (in script  randomdice.aspl  [Simulate three players throwing dice on a craptable.])(ref:fU`ks= p1 p2)(ref:fU`ks= p1 p2 p3)(ref:fU`c= p1 p2 p3)

randomdicePlus.aspl [Simulate three players throwing dice on a craptable]

   (in script  randomdicePlus.aspl  [Simulate three players throwing dice on a craptable])(ref:fU`ks= p1 p2)(ref:fU`ks= p1 p2 p3)(ref:fU`c= p1 p2 p3)

throwdice.aspl [Simulate three players throwing dice on a craptable.]

   (in script  throwdice.aspl  [Simulate three players throwing dice on a craptable.])(ref:fU`ks= p1 p2)(ref:fU`ks= p1 p2 p3)(ref:fU`ks= p1 p2 p3)(ref:fU`ks= p1 p2)

wasreaper.aspl [Reap WebSphere startNode.sh and stopNode.sh for comparison]

   (in script  wasreaper.aspl  [Reap WebSphere startNode.sh and stopNode.sh for comparison])(ref:gU w1 w2)(ref:fU,`ks= w1 w2)(ref:fU,`ks~ w1 w2)

wasreaper2.aspl [Reap WebSphere wsadmin.sh and startServer.sh for comparison]

   (in script  wasreaper2.aspl  [Reap WebSphere wsadmin.sh and startServer.sh for comparison])(ref:gU v1 v2)(ref:fU,`ks= v1 v2)(ref:fU,`ks~ v1 v2)

wavesbeat.pl [find the beat between two waves]

   (in script  wavesbeat.pl  [find the beat between two waves])(ref:$s .= "gU,`ks=  W12\n";)

wavesbeat2.pl [find the beats between two waves]

   (in script  wavesbeat2.pl  [find the beats between two waves])(ref:$s .= "playop  gU,`ks=  W12\n";)

wavesbeatfinder.pl [find the beats between two waves with selective options]

   (in script  wavesbeatfinder.pl  [find the beats between two waves with selective options])(ref:$s .= "gU,`ks=  W12\n";)