Tags: find

Tar'ing files from a file

November 9th, 2011
I recently had to take a copy of a web server to test some layout stuff but when I zipped it up, it was over 6GB. This was too much for me to transfer, so I had a look to see what was taking up all the space. It turned out that most of it was video file… more »

Finding which files are on a clearcase branch without a label

January 25th, 2010
The clearcase reports that come out of the box only let you find out the files that have changed between 2 labels. What if you haven't applied the other label yet, or you are writing release notes and the official labelling hasn't taken place yet? If yo… more »

Finding my clearcase checkins between 2 dates

June 26th, 2009
The cleartool has many facets, one of which is find. The syntax of clearcase's version of find is similar to that of GNU's find with a couple of clearcase additions that allow you to search specific clearcase attributes. It is beyond the scope of this do… more »

Finding files that have not been added to ClearCase

November 20th, 2008
Clearcase is the best source controller I have ever used; and I have used most of them (free and commercial)! One thing that I need to do quite often is look for files that have not been placed under source control yet. After a session of checkins I w… more »