( ** Go back to PARENTPAGE ../Rate-of-Change-in-Dissimilarity-of-a-Process-playsim.html)
( ** Go back to HOMESITE https://www.tcnd.com)
( ** Go back to SetSphere https://www.setsphere.com)

Rate of Change in Dissimilarity of a UNIX Directory Using ASPL Command: playsim

The following example shows the rate of change in dissimilarity captured in a UNIX directory. The ASPL variable ... The set variable represents the data sourced by ggdir() that globed the directory /tmp/testdir1, then the variable has been interrogated gathering the changes in the directory. One can use ASPL playsim command to display the rate of change in similarity of the process. The command playchanges displays the rate of change in the elements of the sourced process.

ASPL 1> v
print symbol table

ASPL 2> @ v1
print v1 and its archived variables

ASPL 3> @ v2
print v2 and its archived variables

ASPL 4> playsim v1
play the similarity on v1 and its archived data

ASPL 5> playsim v2
play the similarity on v2 and its last archived instance

ASPL 6> playchanges v1
play the changes in the groups in v1 and its last archived instance

ASPL 7> intermittentarc 1
set intermittentarc to 1

ASPL 8> playchanges v1
play the changes in the groups in v1 (intermittently) and its archived instances

ASPL 9> playchanges v2
play the changes in the groups in v2 (intermittently) and its archived instances

ASPL 10> quit
sweet! isn't it?