<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows PowerShell - Command Parser</title><link>http://blogs.technet.com/koalra/archive/2007/03/21/windows-powershell-command-parser.aspx</link><description>Windows의 새로운 쉘인 PowerShell 은 사용자가 입력한 명령어에 대해서 파싱(Parsing) 처리를 하고 실제 실행을 하게 됩니다. 파싱에 대한 정확한 이해를 해야 정확한 명령어를 내릴 수 있습니다. PowerShell은 예제서 입력한 Get-Process IEX*라는 Cmdlet 구문에 대해서 연속된 토큰의 형태로 세그먼팅(Segmenting)하게 됩니다. 첫번째 토큰에 "Get-Process", 두번째 토큰에 "IEX*"가 들어가게</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator></channel></rss>