發問發問
 

一般討論ii (Invoke-Item), Captain!

  • 2008年7月31日 上午 12:17BinaryCoder 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     包含代碼

    I have discovered the following which I have found highly useful.

    Let's say you are working in PowerShell and want to display the current working folder in Windows Explorer.

    All you need to do is execute:

    ii . 

    That is ii (for Invoke-Item), space, period.

    (Of course, if you want to show a child folder, substitute its name in place of the period.)

所有回覆