How to test classad expressions
The example on https://htcondor.readthedocs.io/en/latest/man-pages/classads.html?highlight=evaluate#testing-classad-expressions doesn't work for me. I get the following
testpost-cm-vml krowe >condor_status -limit 1 -af 'regexp( "*tr*", "string" )'
error
Shutdown
STARTD.DAEMON_SHUTDOWN = State == "Unclaimed" && Activity == "Idle" && (MyCurrentTime - EnteredCurrentActivity) > 600
MASTER.DAEMON_SHUTDOWN = STARTD_StartTime == 0
...