What is the clearcase Command to find all view private files in the current directory recursively?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The usual commands are based on
cleartool ls:ct lsprivate: but it is only for dynamic views, not snapshot viewsct ls -rec -view_only: at least, it works in both snapshot and dynamic viewsHowever both list also your checked-out files.
If you want only the private files, ie skipping the hijacked/eclipsed/checked-out and symlinks, you need to filter those out.
In Windows, that would be:
In Unix: