I am trying to get the changes in the files in a particular folder which have subfolders also
example
folder a3
- folder a3
- App.java
- folder com
-folder akshay
- folder jain
- Person.java
then i have made some changes in the App.java and Person.java and apply the command on a3
cleartool lshistory -fmt "%n,%c" |findstr "US-100"
but in the output of command it is only showing the App.java have changed in particular revision but not about the Person.java because it is in subfolders
Anyone have any idea..to get the logs of subfolders file also.