We have used 'cleartool lsbl -fmt ...' to get baselines on our stream. We could use other ccase_fmt targets, but we want more than just the latest/most recent, and we have no need for the foundation baselines.
I would like to use 'cleartool find -kind baseline -version "{created_since(...)}" ...' to extract the most recent baselines and then do post-processing as retrieving all of them via 'cleartool lsbl -fmt ...' is taking progressively longer as the projects proceed.
How can I tell 'cleartool find' to give me all baselines on a given stream since time_t?