I was wondering if it is possible to refine the following command prompt query:
cleartool lsh -all -fmt "%e,%Xn,%Vn,%Nd,%u\n" -since 20090101 > c:\outputfile.csv
I'm looking for a way to restrict my results to 4 users and only for a file extension *.txt
as the records returned in my *.cvs
file are simply too many and excel trows a nice error because of the high numbers of rows.
I tried to combine some of the cleartool find commands (created_by
) but without success.
The current output is fields are:
- type of operation
- full path to the file
- version info
- timestamp
- username
Any help would be greatly appreciated.