Using cleartool, how do I find elements (file or folder):
cleartool
I mentioned before how to search elements by label.
You should be able to add a brtype selector (as in here) to restrict to a given branch:
brtype
Unix:
cleartool find -all -element '{lbtype_sub(REL1) && brtype(BRANCHNAME)}' -print
Windows:
cleartool find -all -element "{lbtype_sub(REL1) && brtype(BRANCHNAME)}" -print
Copyright © 2021 Jogjafile Inc.
I mentioned before how to search elements by label.
You should be able to add a
brtypeselector (as in here) to restrict to a given branch:Unix:
Windows: