I 'm looking for a P4 command which does a wildcard search across P4 dirs of interest to me
Eg: Our P4 repo looks like as below:
//depot/chip/block/foo_a1/...
//depot/chip/block/1_foo_a2/...
//depot/chip/block/2_foo_a3/...
//depot/chip/block/nop_a1/...
//depot/chip/block/1_nop_a2/...
I'm looking for a command that looks for all files with '*.vhdl' submitted by user 'tom' in P4 repos '//depot/chip/block/*foo*/...' I 'm not interested in other repos.