<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 20, 2013 at 10:58 PM, Doug <span dir="ltr">&lt;<a href="mailto:dmcgarrett@optonline.net" target="_blank">dmcgarrett@optonline.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":xu" style="overflow:hidden">I don&#39;t know what this is counting--I must have missed the first post.<br>
Anyway, I ran it in my pclos-kde-32, and go this:<br>
<br>
[doug@linux1 ~]$ rpm -qa | wc -l<br>
2352<br>
<br>
So what is it that I have 2352 of?<div class="yj6qo ajU"><div id=":zf" class="ajR" tabindex="0"></div></div></div></blockquote></div><br>&quot;rpm -qa&quot;  lists all installed packages on its standard output. &quot;wc -l&quot; counts all the lines in its standard input. Pipe one into the other and it&#39;s telling you that that you have 2352 rpm packages installed. Simple.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">poc</div></div>