Clearcase Tips and Trix
Posted by Pontus Ullgren on Friday, 9 January 2009Most of the content on this page is '''pinched''' from [http://www.yolinux.com/TUTORIALS/ClearcaseCommands.html YoLinux Tutorial - Clearcase Client Commands]. I've just added them here for quick reference.
== Usefull Commands ==
''ct lsco''
List all checkedout files in the current directory.
''ct lsco -r''
Same as above with the flag "-r" recusivly looks in sub directories.
''ct lsco -me -cview -all''
List all files that are checkedout by me in the current view.
''ct find ./ -branch 'brtype(branch-name)' -print''