Products | Versions |
---|---|
TIBCO Hawk | - |
Not Applicable | - |
Resolution:
You can use the following in script file:
==================
#!/bin/csh
cat /tibco/admin/bb.txt|awk '/Failed/'| awk '{print NR}' |tail -1
=====================
and use the method custom:executeForNumber()
The script file has been tested on Solaris,Linux,AIX.