<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/6.9.7-stable" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mr N - Latest Comments on Finding which files are on a clearcase branch without a label</title>
		<link>https://www.bigsoft.co.uk/blog/?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="https://www.bigsoft.co.uk/blog/?tempskin=_rss2&#38;disp=comments&#38;p=183" />
		<description></description>
		<language>en-GB</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=6.9.7-stable"/>
		<ttl>60</ttl>
		<item>
			<title>davidnewcomb [Member] in response to: Finding which files are on a clearcase branch without a label</title>
			<pubDate>Thu, 04 Aug 2011 07:02:18 +0000</pubDate>
			<dc:creator><a href="https://www.bigsoft.co.uk/?disp=user&amp;user_ID=1" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_1"><span class="identity_link_username">davidnewcomb</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c666@https://www.bigsoft.co.uk/</guid>
			<description>&lt;p&gt;Not really, in this particular case the two commands are equivalent.
However, I suspect you are treating the quotes as brackets which is not correct. The quotes are to help the command line interpreter work out where the parameter boundaries are and have nothing to do with the expression syntax.
Both of the following commands return a list of everything as they check for the presence of the label and not the label:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cleartool find . -cview -version !&quot;lbtype(MY_LABEL) || lbtype(MY_LABEL)&quot; -print&lt;/code&gt;
&lt;code&gt;cleartool find . -cview -version &quot;!lbtype(MY_LABEL) || lbtype(MY_LABEL)&quot; -print&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I think you should keep the quotes on the outside to avoid confusion and it also allows you to add additional spaces to clarify the expression:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cleartool find . -cview -version &quot;! (lbtype(MY_LABEL) || lbtype(MY_LABEL))&quot; -print&lt;/code&gt;&lt;br /&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Not really, in this particular case the two commands are equivalent.
However, I suspect you are treating the quotes as brackets which is not correct. The quotes are to help the command line interpreter work out where the parameter boundaries are and have nothing to do with the expression syntax.
Both of the following commands return a list of everything as they check for the presence of the label and not the label:</p>
<p><code>cleartool find . -cview -version !"lbtype(MY_LABEL) || lbtype(MY_LABEL)" -print</code>
<code>cleartool find . -cview -version "!lbtype(MY_LABEL) || lbtype(MY_LABEL)" -print</code></p>
<p>I think you should keep the quotes on the outside to avoid confusion and it also allows you to add additional spaces to clarify the expression:</p>
<p><code>cleartool find . -cview -version "! (lbtype(MY_LABEL) || lbtype(MY_LABEL))" -print</code><br /></p>]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2010/01/25/finding-clearcase-version-with-no-label#c666</link>
		</item>
		<item>
			<title> SaravanaKumar V [Visitor] in response to: Finding which files are on a clearcase branch without a label</title>
			<pubDate>Wed, 03 Aug 2011 15:38:56 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_665">SaravanaKumar V</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c665@https://www.bigsoft.co.uk/</guid>
			<description>&lt;p&gt;Small Correction &amp;#8230;&lt;/p&gt;
&lt;p&gt;I guess the command should be &amp;#8230;&lt;/p&gt;
&lt;p&gt;cleartool find . -cview -version !“lbtype(MY_LABEL)” -print
&lt;br /&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Small Correction &#8230;</p>
<p>I guess the command should be &#8230;</p>
<p>cleartool find . -cview -version !“lbtype(MY_LABEL)” -print
<br /></p>]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2010/01/25/finding-clearcase-version-with-no-label#c665</link>
		</item>
			</channel>
</rss>
