Changes

Jump to: navigation, search

The Basics of the Windows PowerShell 1.0 Interactive Shell

542 bytes added, 16:27, 14 November 2008
PowerShell Command Completion
-------- -------- ---- --------
True True Double System.ValueType
</pre>
 
Tab completion may also be used in conjunction with wildcards, for example where the ''*'' character is used to represent one or more characters in a file name. This allows, for example, both the beginning and end characters of a file name to be specified before using the Tab key to complete the entire file name. For example, entering:
 
<pre>
PS C:\Users\Administrator> type my*file.txt <tab>
</pre>
 
results in PowerShell completing the file name with the first closest match:
 
<pre>
PS C:\Users\Administrator> type mydatafile.txt
</pre>

Navigation menu