Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
40
Task/Special-variables/PowerShell/special-variables-1.psh
Normal file
40
Task/Special-variables/PowerShell/special-variables-1.psh
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<#
|
||||
$$
|
||||
$?
|
||||
$^
|
||||
$_
|
||||
$Args
|
||||
$ConsoleFileName
|
||||
$Error
|
||||
$Event
|
||||
$EventSubscriber
|
||||
$ExecutionContext
|
||||
$False
|
||||
$ForEach
|
||||
$Home
|
||||
$Host
|
||||
$Input
|
||||
$LastExitCode
|
||||
$Matches
|
||||
$MyInvocation
|
||||
$NestedPromptLevel
|
||||
$NULL
|
||||
$PID
|
||||
$Profile
|
||||
$PSBoundParameters
|
||||
$PsCmdlet
|
||||
$PsCulture
|
||||
$PSDebugContext
|
||||
$PsHome
|
||||
$PSitem
|
||||
$PSScriptRoot
|
||||
$PsUICulture
|
||||
$PsVersionTable
|
||||
$Pwd
|
||||
$Sender
|
||||
$ShellID
|
||||
$SourceArgs
|
||||
$SourceEventArgs
|
||||
$This
|
||||
$True
|
||||
#>
|
||||
|
|
@ -0,0 +1 @@
|
|||
help about_automatic_variables
|
||||
Loading…
Add table
Add a link
Reference in a new issue