Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7073509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:56:17+00:00 2026-05-28T05:56:17+00:00

I am often getting a request like this. Find the list of files changed

  • 0

I am often getting a request like this. ” Find the list of files changed from particular day”.

I got answer to this as example given below

 "cleartool find <Vobtag> -version "{brtype(IntegrationStream) && created_since(13-Jan.8:30)}" -print"

But few people are asking “Find the list of files changed and by whom”. So that they can pin down the developer name and assign him the task to resolve issues.

Is it possible to pipeline the above command and find the user who made that version also?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:56:17+00:00Added an answer on May 28, 2026 at 5:56 am

    You should be able to add to your find query a created_by member.
    See the query language man page.

    created_by (login-name)
    

    In all cases, TRUE if the object was created by the user login-name (as shown by the describe command).

    So your query would look like:

    cleartool find <Vobtag> -version "{brtype(IntegrationStream) && created_since(13-Jan.8:30) && created_by(aUser)}" -print
    

    The OP comments:

    The command you have given will find the list of files created by particular person.
    But I would like to find all the files created_since and also by whom it was created

    True, for that you need to add a format parameter to your query, following the fmt_ccase man page.
    Since cleartool find has no -fmt parameter, what you do is to pipe the result of the find query to a cleartool describe command (which can use a -fmt directive).

    cleartool find <Vobtag> -version "{brtype(IntegrationStream) && created_since(13-Jan.8:30)}" -exec "cleartool describe -fmt \"%Xn : %u\n\" \"%CLEARCASE_XPN%\"
    

    The second part of the command is:

    -exec "cleartool describe -fmt \"%Xn : %u\n\" \"%CLEARCASE_XPN%\"
    

    The important parameters are:

    %u
    

    User/group information associated with the object’s creation event (modifiers: F, G, L); see also %[owner]p and %[group]p.

    \"%CLEARCASE_XPN%\"
    

    It represents the extended pathname of a version found by the find query.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Often I find myself interacting with files in some way but after writing the
Often when I post a comment or answer on a site I like to
I keep getting this error ever so often when I launch the debugger to
When I make an request to the api for getting events from a specific
Having a hard time getting any useful results from various searches on this concept
Often while editing config files, I'll open one with vi and then when I
Often, I find myself wanting to write a unit test for a portion of
Often, I found OutOfMemoryException on IBM Websphere Application Server. I think this exception occur
Occasionally, but more often than I'd like, AJAX calls just don't work in IE
I often find myself doing inefficient loops as such: def __add__(self, other): dimensions =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.