I'm working in a Windows dynamic view.
I am trying to create a tool shortcut using the ClearCase Menu Editor to automatically perform a 'mkelem
' on all private files in my view.
I'm aware of 'cleartool lsprivate -other
' to get a full path listing of all private files but I don't know how to feed that resulting list into the 'mkelem' command.
I'm also aware of the 'find
' command and that at the end you can specific '-exec
' to cause it to perform the additional action to be performed on the resulting list but once again I don't know what arguments to give to 'find
' in order for it to only find view private files.
Can anyone help me with this?