growingfern
growingfern

Reputation: 1

Search through all TODOs based on when they were added

I would like to collect a list of all java files with the words containing "TODO" while filtering the amount of files that are returned to me based on when the "TODO" was added in the file.

I'd like to either use p4 or unix scripting or both. Thanks!

Upvotes: 0

Views: 37

Answers (1)

Raghuveer
Raghuveer

Reputation: 1493

Use P4 Grep for your purpose. You may have to run this as admin though based on your user access (number of row scans, timeouts etc)

Upvotes: 2

Related Questions