I try to list my private files in Clearcase but i don't want to list all the files from all the folders, so i tried to use a wild card but without success.
I want only to list the private files in src
folders.
The structure of the folders is like
path1/to/src/
path2/to/src/
I tried in cleartool the cmd
lsp -tag view_buildEnv .../.../src/...
but the wildcard .../.../src/...
does not return any results.
In config spec i use the same command element .../.../src/... -none
and it is working properly.
How could i make it with success also with cleartool ?