I want to find files *.csand *.cppusing command cleartool find. But that failed.
cleartool find "M:\test_view\code" -name "*.cs *.cpp" -print
Nothing was found based on the above, even in the files there are corresponding files.
How to install multiple file name patterns?
source
share