Del은 키워드가 아니지만 cmdlet에 대한 별칭입니다 (Remove-Item
). (http://technet.microsoft.com/en-us/library/hh849765.aspx)에서 문서에 따르면, 다음 명령은 같은 cmdlet으로 별칭이됩니다
Get-Help about_Language_Keywords
명령을 실행하면 다음과 같은 fol 예약어가 없습니다.
Keyword Reference
------- ---------
Begin about_Functions, about_Functions_Advanced
Break about_Break, about_Trap
Catch about_Try_Catch_Finally
Continue about_Continue, about_Trap
Data about_Data_Sections
Do about_Do, about_While
Dynamicparam about_Functions_Advanced_Parameters
Else about_If
Elseif about_If
End about_Functions, about_Functions_Advanced_Methods
Exit Described in this topic.
Filter about_Functions
Finally about_Try_Catch_Finally
For about_For
Foreach about_Foreach
From Reserved for future use.
Function about_Functions, about_Functions_Advanced
If about_If
In about_Foreach
Param about_Functions
Process about_Functions, about_Functions_Advanced
Return about_Return
Switch about_Switch
Throw about_Throw, about_Functions_Advanced_Methods
Trap about_Trap, about_Break, about_Try_Catch_Finally
Try about_Try_Catch_Finally
Until about_Do
While about_While, about_Do
감사합니다. @JasonW. 그건 의미가 있습니다. :) –