<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans Serif">
<p>On Friday 25 August 2006 8:32 am, Christoph Doerbeck wrote:</p>
<p>> One of my favorite option "standards" right now is....</p>
<p>></p>
<p>>     -v  .... could mean verbose, or NOT</p>
<p>></p>
<p>> example:</p>
<p>> fuser -v .... verbose</p>
<p>> pkill -v .... NOT (grep style)</p>
<p>></p>
<p>> So, don't go using pkill thinking -v will give nice verbose output.</p>
<p>> Fortunately I RTFM, so there is no "story" for me to tell here...</p>
<p>You open up another can of worms that not only causes some interesting problems for us in the Linux/Unix community, but in virtually every area where different applications have different ways of doing the same task. </p>
<p>gcc -v:</p>
<p>In this case, -v is version.</p>
<p>icc -v </p>
<p>In this case, icc simply lists the short version number</p>
<p>icc -V</p>
<p>icc lists the version, build, package, and copyright.</p>
<p></p>
<p>Additionally, some older apps, like tar(1) and ps(1) do not require the hyphen before command line options:</p>
<p>tar xzf foo.tar.gz</p>
<p>ps ax</p>
<p>But, the system V version of ps requires it:</p>
<p>ps -ef</p>
<p></p>
<p></p>
<p></p>
<p>-- </p>
<p>Jerry Feldman <<span style="color:#ff0000">gaf</span>@<span style="color:#ff0000">blu</span>.<span style="color:#ff0000">org</span>></p>
<p>Boston Linux and Unix user group</p>
<p><span style="color:#ff0000">http</span>://<span style="color:#ff0000">www</span>.<span style="color:#ff0000">blu</span>.<span style="color:#ff0000">org</span> PGP key id:C5061<span style="color:#ff0000">EA</span>9</p>
<p>PGP Key fingerprint:053C 73<span style="color:#ff0000">EC</span> 3AC1 5C44 3E14 9245 <span style="color:#ff0000">FB</span>00 3ED5 C506 1<span style="color:#ff0000">EA</span>9</p>
<p></p>
</body><br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</html>