Sandbox

From PsiWiki

<source lang="perl">get-childitem c:\tmp | where-object { $_.length -gt 200kb }</source>