I\'m looking for a ClearCase command that will list all the elements that are visible in my current view, but do NOT have a particular label applied to them
I needed to use the following on my Linux clearcase install:
cleartool find -cview -all -version '\!lbtype(LABEL_X)' -print
The syntax from VonC's post did not work properly with the "!" not being escaped.