Popular Articles
Reasons For and Against Human Cloning
Globalization of the USA
The Pros and Cons of Capital Punishment
World's Stupidest Game
Latest Articles
How to Help Humanity
Why Economists Miss the Mark
Daylight Saving Time
Natural Log Proof
Subscribe to 
Main Menu
HOME
SAVE HUMANITY
(42)
HELP THE WORLD
(96)
IMPROVE GOVERNMENTS
(87)
PERSONAL DEVELOPMENT
(238)
COMPUTER HELP
(125)
ARCHIVE (all articles)
SEARCH THIS SITE
CONTACT US
DISCLAIMER
PLEASE HELP: DONATE
|
ClearCase Support: ClearCase's Graphical User Interfaces
Ever wanted to run the ClearCase Graphical User Interfaces (GUI) from the command line? Here's how.
To open a ClearCase browser, run this command:
xclearcase DIRECTORY_PATH
|
To open the Graphical Version Tree on an element (file or directory), run this command:
To do a difference or diff on two versions, run this command:
xcleardiff VERSION1 VERSION2
|
For instance:
xcleardiff file.txt@@/main/3 file.txt@@/main/7
|
by Phil B.
|