<br><br><div class="gmail_quote">On Fri, Mar 16, 2012 at 12:57 PM, Indy Singh <span dir="ltr"><<a href="mailto:indy@indigostar.com">indy@indigostar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The syntax is not the same as what you are typing at the prompt since you 
are using the cygwin shell. </blockquote></div><br><div>Thanks Indy. </div><div><br></div><div>Apparently cygwin is doing an excellent job to shield that one layer of complexity off me. </div><div><br></div><div>----------------------------------------------</div>
<div>$ type ipconfig.exe </div><div>ipconfig.exe is hashed (/cygdrive/c/Windows/system32/ipconfig.exe)</div><div><br></div><div><div>$ seq 5 | perl -pe 's|^3$|`/cygdrive/c/Windows/system32/ipconfig`|e;'</div><div>
1</div><div>2</div><div><br></div><div>Windows IP Configuration</div><div><br></div><div><br></div><div>Ethernet adapter Local Area Connection:</div></div><div>. . . </div><div><div>   Connection-specific DNS Suffix  . : </div>
<div><br></div><div>4</div><div>5</div></div><div>----------------------------------------------</div><div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Thanks anyway. </span> <br>
</div><div><br></div>