UNIX SHELL PROMPT #  FULLCMD=/opt/ASPLv1.00/bin/aspl JMXJAR 

ASPL:1 >  v  

ABOUT THIS COMMAND: display the variables.

1:19:47 root@vienna /tmp/fuzzy aspl:1 > v VARIABLES TYPE 1 vname |card |user |xpC |Lop |Lvr |Lgn |Src ------------|----------|-----------|------------|-------|------------------|--------------------------------|------------------------------------ jmx1 |#970/1 |(1)root |ggfunc |g_ |jmx1 |/tmp/JMX/jmx1 |ggdir(dir,/tmp/JMX/jmx1,nmdir,*,nm.. jmx2 |#926/1 |(1)root |ggfunc |g_ |jmx2 |/tmp/JMX/jmx2 |ggdir(dir,/tmp/JMX/jmx2,nmdir,*,nm.. jmx3 |#995/1 |(1)root |ggfunc |g_ |jmx3 |/tmp/JMX/jmx3 |ggdir(dir,/tmp/JMX/jmx3,nmdir,*,nm.. jmx4 |#926/1 |(1)root |ggfunc |g_ |jmx4 |/tmp/JMX/jmx4 |ggdir(dir,/tmp/JMX/jmx4,nmdir,*,nm.. tx1 |#57/1 |(1)root |ggfunc |g_ |tx1 |/tmp/TX/tx1 |ggdir(dir,/tmp/TX/tx1,nmdir,*,nmfl.. tx2 |#71/1 |(1)root |ggfunc |g_ |tx2 |/tmp/TX/tx2 |ggdir(dir,/tmp/TX/tx2,nmdir,*,nmfl.. tx3 |#71/1 |(1)root |ggfunc |g_ |tx3 |/tmp/TX/tx3 |ggdir(dir,/tmp/TX/tx3,nmdir,*,nmfl.. tx4 |#84/1 |(1)root |ggfunc |g_ |tx4 |/tmp/TX/tx4 |ggdir(dir,/tmp/TX/tx4,nmdir,*,nmfl.. ifxjdbc1 |#235/1 |(1)root |ggfunc |g_ |ifxjdbc1 |/tmp/JDBC/ifxjdbc1 |ggdir(dir,/tmp/JDBC/ifxjdbc1,nmdir.. ifxjdbc2 |#170/1 |(1)root |ggfunc |g_ |ifxjdbc2 |/tmp/JDBC/ifxjdbc2 |ggdir(dir,/tmp/JDBC/ifxjdbc2,nmdir.. ifxjdbc3 |#241/1 |(1)root |ggfunc |g_ |ifxjdbc3 |/tmp/JDBC/ifxjdbc3 |ggdir(dir,/tmp/JDBC/ifxjdbc3,nmdir.. ASPL:2 > shallowed

ABOUT THIS COMMAND: display the shallow processors table.

1:19:49 root@vienna /tmp/fuzzy aspl:2 > shallowed THE SHALLOW MATCHING IDENTIFIER TO SELECT THE ROUTINE WHEN SHALLOW SETOPS ARE USED: IDENTIFIER DESCRIPTION ---------- ----------- nothing matching nothing at all starstar matching anything and everything matchandmatch matching the ./subgroups and the element matchormatch matching the ./subgroups or the element elem matching just the element and ignoring ./subgroups stem matching just the ./subgroups and ignoring the element endjoinedeither matching from end of ./subgroups/element for either begjoinedeither matching the beginning of ./subgroups/element for either endstem matching just the ./subgroups from the end and ignoring the element endstemeither matching just the ./subgroups from the end and ignoring the element (for either) begstem matching from beginning of ./subgroups while ignoring the element begstemeither matching from beginning of ./subgroups while ignoring the element (for either) piecedstem matching at least one piece in ./subgroups while ignoring the element > piecedstemelem matching the element and at least one piece in the ./subgroups begelem matching from the beginning of element and ignoring ./subgroups (for either) endelem matching from the end of element and ignoring ./subgroups (for either) rgxelem matching the element anywhere and ignoring ./subgroups (for either) prcrelem apply processor when matching the element anywhere and ignoring ./subgroups (for either) CURRENTLY LOADED piecedstemelem WHEN SELECTING prcrelem AS THE SHALLOW MATCHING IDENTIFIER, ONE OF THE FOLLOWING NODE PROCESSOR IDENTIFIER CAN BE SELECTED: IDENTIFIER EVAL DESCRIPTION ---------- ---- ----------- transac 1 capture the element where word Transaction occured, ignore case > asis 1 neutral without any change lc 1 lower case cla2ja 1 substitute .class with .java uc 1 upper case ja2cla 1 substitute .java with .class CURRENTLY LOADED PROCESSOR asis THE shallowedMatches PACKAGE CAN BE EDITED TO ADD MORE MATCHING SUBROUTINES. SEE ASPL CONFIGURATION FILES FOR MORE ABOUT EDITING shallowedMatches PACKAGE. ASPL:3 > setshallowed prcrelem

ABOUT THIS COMMAND: set the shallow processor to prcrelem.

1:19:53 root@vienna /tmp/fuzzy aspl:3 > setshallowed prcrelem shallowed set to "prcrelem" (apply processor when matching the element anywhere and ignoring ./subgroups (for either)) ASPL:4 > setprcr transac

ABOUT THIS COMMAND: set the shallow preprocessor to transac.

1:20:12 root@vienna /tmp/fuzzy aspl:4 > setprcr transac shallowed processor for node-element is set to "transac" (capture the element where word Transaction occured, ignore case) ASPL:5 > shallowed

ABOUT THIS COMMAND: display the shallow processors table. notice the change, now the processor is prcrelem, and its preprocessor is transac.

1:20:29 root@vienna /tmp/fuzzy aspl:5 > shallowed THE SHALLOW MATCHING IDENTIFIER TO SELECT THE ROUTINE WHEN SHALLOW SETOPS ARE USED: IDENTIFIER DESCRIPTION ---------- ----------- nothing matching nothing at all starstar matching anything and everything matchandmatch matching the ./subgroups and the element matchormatch matching the ./subgroups or the element elem matching just the element and ignoring ./subgroups stem matching just the ./subgroups and ignoring the element endjoinedeither matching from end of ./subgroups/element for either begjoinedeither matching the beginning of ./subgroups/element for either endstem matching just the ./subgroups from the end and ignoring the element endstemeither matching just the ./subgroups from the end and ignoring the element (for either) begstem matching from beginning of ./subgroups while ignoring the element begstemeither matching from beginning of ./subgroups while ignoring the element (for either) piecedstem matching at least one piece in ./subgroups while ignoring the element piecedstemelem matching the element and at least one piece in the ./subgroups begelem matching from the beginning of element and ignoring ./subgroups (for either) endelem matching from the end of element and ignoring ./subgroups (for either) rgxelem matching the element anywhere and ignoring ./subgroups (for either) > prcrelem apply processor when matching the element anywhere and ignoring ./subgroups (for either) CURRENTLY LOADED prcrelem WHEN SELECTING prcrelem AS THE SHALLOW MATCHING IDENTIFIER, ONE OF THE FOLLOWING NODE PROCESSOR IDENTIFIER CAN BE SELECTED: IDENTIFIER EVAL DESCRIPTION ---------- ---- ----------- > transac 1 capture the element where word Transaction occured, ignore case asis 1 neutral without any change lc 1 lower case cla2ja 1 substitute .class with .java uc 1 upper case ja2cla 1 substitute .java with .class CURRENTLY LOADED PROCESSOR transac THE shallowedMatches PACKAGE CAN BE EDITED TO ADD MORE MATCHING SUBROUTINES. SEE ASPL CONFIGURATION FILES FOR MORE ABOUT EDITING shallowedMatches PACKAGE. ASPL:6 > f*& tx1 tx2

ABOUT THIS COMMAND: do a shallow set intersection on tx1 and tx2.

1:20:33 root@vienna /tmp/fuzzy aspl:6 > f*& tx1 tx2 There are 2 sets representing: /tmp/TX/tx1 /tmp/TX/tx2 ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./META-INF/MANIFEST.MF) f*&~) /tmp/TX/tx1/./META-INF/MANIFEST.MF uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3272592170 ppdd=/tmp/TX/tx1 ffl=./META-INF/MANIFEST.MF f*&~) /tmp/TX/tx2/./META-INF/MANIFEST.MF uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3440362061 ppdd=/tmp/TX/tx2 ffl=./META-INF/MANIFEST.MF ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./META-INF/ws-server-startup.xml) f*&~) /tmp/TX/tx1/./META-INF/ws-server-startup.xml uid=root gid=root mtime=2004-06-27 16:51:48 chksum=2636953550 ppdd=/tmp/TX/tx1 ffl=./META-INF/ws-server-startup.xml f*&~) /tmp/TX/tx2/./META-INF/ws-server-startup.xml uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2636953550 ppdd=/tmp/TX/tx2 ffl=./META-INF/ws-server-startup.xml (TRUNCATED) ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/UOWCallback.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/UOWCallback.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=2867732051 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/UOWCallback.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/UOWCallback.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3131528932 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/UOWCallback.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/UOWCoordinator.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/UOWCoordinator.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=1723228709 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/UOWCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/UOWCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3211320162 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/UOWCoordinator.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/UOWCurrent.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/UOWCurrent.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3816216030 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/UOWCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/UOWCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2274154316 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/UOWCurrent.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/UtxFactory.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/UtxFactory.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3629783473 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/UtxFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/UtxFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=387692267 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/UtxFactory.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=1192342468 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1213278925 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2857058095 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=4049628969 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=921251198 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2678773233 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2141626310 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2607538672 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3775825687 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=614600214 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3872046531 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2409888197 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3647767846 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2707682068 ppdd=/tmp/TX/tx2 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3378332791 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1413024600 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3618407335 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1213278925 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2857058095 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=4049628969 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=921251198 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2678773233 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2141626310 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2607538672 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3775825687 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=614600214 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3872046531 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2409888197 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3647767846 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2707682068 ppdd=/tmp/TX/tx2 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3378332791 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1413024600 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=2507318968 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1213278925 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2857058095 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=4049628969 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=921251198 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2678773233 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2141626310 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2607538672 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3775825687 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=614600214 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3872046531 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2409888197 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3647767846 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2707682068 ppdd=/tmp/TX/tx2 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3378332791 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1413024600 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/XAResourceFactory.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/XAResourceFactory.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=1216576679 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/XAResourceFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/XAResourceFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1244104225 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/XAResourceFactory.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/XAResourceInfo.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/XAResourceInfo.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=2787597377 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/XAResourceInfo.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/XAResourceInfo.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3002659011 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/XAResourceInfo.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/Transaction/XAResourceNotAvailableException.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/Transaction/XAResourceNotAvailableException.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=40898762 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/Transaction/XAResourceNotAvailableException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/XAResourceNotAvailableException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1868273484 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/XAResourceNotAvailableException.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/jtaextensions/EnhancedFeaturesAvailabilityManager.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/jtaextensions/EnhancedFeaturesAvailabilityManager.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=1827550438 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/jtaextensions/EnhancedFeaturesAvailabilityManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/EnhancedFeaturesAvailabilityManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1116621429 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/EnhancedFeaturesAvailabilityManager.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=1926400915 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1213278925 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2857058095 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=4049628969 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=921251198 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2678773233 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2141626310 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2607538672 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3775825687 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=614600214 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3872046531 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2409888197 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3647767846 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2707682068 ppdd=/tmp/TX/tx2 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3378332791 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1413024600 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/runtime/component/EnvironmentType.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/runtime/component/EnvironmentType.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3766684942 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/runtime/component/EnvironmentType.class f*&~) /tmp/TX/tx2/./com/ibm/ws/runtime/component/EnvironmentType.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2057046726 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/runtime/component/EnvironmentType.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/spi/txhelper/TransactionHelper.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3015803758 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1213278925 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2857058095 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=4049628969 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=921251198 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2678773233 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2141626310 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2607538672 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3775825687 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=614600214 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3872046531 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2409888197 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3647767846 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2707682068 ppdd=/tmp/TX/tx2 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3378332791 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1413024600 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 (cfl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=2667169611 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1213278925 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2857058095 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=4049628969 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=921251198 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2678773233 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2141626310 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2607538672 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3775825687 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=614600214 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3872046531 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2409888197 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3647767846 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2707682068 ppdd=/tmp/TX/tx2 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3378332791 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1413024600 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class /tmp/TX/tx1 40 entries /tmp/TX/tx2 239 entries DONE PROCESSING f*& tx1 tx2 ASPL:7 > f*& tx1 tx2 tx3

ABOUT THIS COMMAND: do a shallow set intersection on tx1, tx2, and tx3.

1:21:13 root@vienna /tmp/fuzzy aspl:7 > f*& tx1 tx2 tx3 There are 3 sets representing: /tmp/TX/tx1 /tmp/TX/tx2 /tmp/TX/tx3 ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 /tmp/TX/tx3 (cfl=./META-INF/MANIFEST.MF) f*&~) /tmp/TX/tx1/./META-INF/MANIFEST.MF uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3272592170 ppdd=/tmp/TX/tx1 ffl=./META-INF/MANIFEST.MF f*&~) /tmp/TX/tx2/./META-INF/MANIFEST.MF uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3440362061 ppdd=/tmp/TX/tx2 ffl=./META-INF/MANIFEST.MF f*&~) /tmp/TX/tx3/./META-INF/MANIFEST.MF uid=root gid=root mtime=2005-06-29 18:57:50 chksum=1226434349 ppdd=/tmp/TX/tx3 ffl=./META-INF/MANIFEST.MF ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 /tmp/TX/tx3 (cfl=./META-INF/ws-server-startup.xml) f*&~) /tmp/TX/tx1/./META-INF/ws-server-startup.xml uid=root gid=root mtime=2004-06-27 16:51:48 chksum=2636953550 ppdd=/tmp/TX/tx1 ffl=./META-INF/ws-server-startup.xml f*&~) /tmp/TX/tx2/./META-INF/ws-server-startup.xml uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2636953550 ppdd=/tmp/TX/tx2 ffl=./META-INF/ws-server-startup.xml f*&~) /tmp/TX/tx3/./META-INF/ws-server-startup.xml uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2636953550 ppdd=/tmp/TX/tx3 ffl=./META-INF/ws-server-startup.xml (TRUNCATED) ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 /tmp/TX/tx3 (cfl=./com/ibm/ws/runtime/component/EnvironmentType.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/runtime/component/EnvironmentType.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3766684942 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/runtime/component/EnvironmentType.class f*&~) /tmp/TX/tx2/./com/ibm/ws/runtime/component/EnvironmentType.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2057046726 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/runtime/component/EnvironmentType.class f*&~) /tmp/TX/tx3/./com/ibm/ws/runtime/component/EnvironmentType.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2057046726 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/runtime/component/EnvironmentType.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 /tmp/TX/tx3 (cfl=./com/ibm/ws/spi/txhelper/TransactionHelper.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=3015803758 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=921251198 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2678773233 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2141626310 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2607538672 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1213278925 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2857058095 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=4049628969 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3647767846 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2707682068 ppdd=/tmp/TX/tx2 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3378332791 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1413024600 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3775825687 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=614600214 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3872046531 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2409888197 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=3647767846 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=1413024600 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=777825217 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx3/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2707682068 ppdd=/tmp/TX/tx3 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx3/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=3775825687 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=614600214 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2409888197 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=3872046531 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=921251198 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx3/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2141626310 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx3/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2678773233 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2607538672 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx3/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2857058095 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx3/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=1213278925 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=4049628969 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class ** f*&:f!=) -- CHANGED F) fl'changed /tmp/TX/tx1 /tmp/TX/tx2 /tmp/TX/tx3 (cfl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class) f*&~) /tmp/TX/tx1/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-06-27 16:51:48 chksum=2667169611 ppdd=/tmp/TX/tx1 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=921251198 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2678773233 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2141626310 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2607538672 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1213278925 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2857058095 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=4049628969 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3647767846 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx2/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2707682068 ppdd=/tmp/TX/tx2 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3378332791 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=1413024600 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class f*&~) /tmp/TX/tx2/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3775825687 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=614600214 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=3872046531 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx2/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2004-11-05 11:59:10 chksum=2409888197 ppdd=/tmp/TX/tx2 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/JCATransactionManager.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=3647767846 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/JCATransactionManager.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=1413024600 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager$InactivityTimer.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=777825217 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/IllegalResourceIn2PCTransactionException.class f*&~) /tmp/TX/tx3/./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2707682068 ppdd=/tmp/TX/tx3 ffl=./com/ibm/websphere/jtaextensions/ExtendedJTATransaction.class f*&~) /tmp/TX/tx3/./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=3775825687 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/jtaextensions/ExtendedJTATransactionFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=614600214 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/TransactionManagerFactory.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2409888197 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/TransactionManagerFactory$1.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=3872046531 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/TransactionManagerFactory$1.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/WebSphereUserTransaction.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=921251198 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/WebSphereUserTransaction.class f*&~) /tmp/TX/tx3/./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2141626310 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCoordinator.class f*&~) /tmp/TX/tx3/./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2678773233 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrent.class f*&~) /tmp/TX/tx3/./com/ibm/ws/Transaction/WebSphereTransactionManager.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2607538672 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/Transaction/WebSphereTransactionManager.class f*&~) /tmp/TX/tx3/./com/ibm/ws/spi/txhelper/TransactionHelper.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=2857058095 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/spi/txhelper/TransactionHelper.class f*&~) /tmp/TX/tx3/./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=1213278925 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/spi/txhelper/TransactionHelperFactory.class f*&~) /tmp/TX/tx3/./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class uid=root gid=root mtime=2005-06-29 18:57:50 chksum=4049628969 ppdd=/tmp/TX/tx3 ffl=./com/ibm/ws/LocalTransaction/LocalTransactionCurrentFactory$1.class /tmp/TX/tx1 40 entries /tmp/TX/tx2 239 entries /tmp/TX/tx3 238 entries DONE PROCESSING f*& tx1 tx2 tx3 ASPL:8 > quit

ABOUT THIS COMMAND: sweet!

1:21:42 root@vienna /tmp/fuzzy aspl:8 > quit quit ASPL