On Tue, Aug 14, 2012 at 8:01 PM, Crawford, Scott <[email protected]> wrote:
> Assume I've got the list of cmdlets below and want to run 
> Get-MailboxImportRequestStatistics. In PS, I can type Get-Mail and start 
> pressing tab, but I have to hit tab 13 times, looking for the appropriate 
> command.  But in Linux, I only need to type Get-Mail and when I press tab, it 
> automatically completes up to Get-Mailbox, which is the point of ambiguity.

  FYI: Bash and many other programs use the GNU "readline" library for
their actual command prompt, and that's where most of the completion
logic comes from.  The behavior used by CMD and PoSh is termed "menu
completion" by readline, or "cyclic completion" by Emacs.  The default
behavior used by readline -- completing any common prefix -- doesn't
seem to have a proper name.

  I tell you this mainly to give you Google fodder.  :)

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to [email protected]
with the body: unsubscribe ntsysadmin

Reply via email to