Tuesday, February 9, 2010

Special characters in PowerShell paths (ie: * [ ] )

If you want to ls a path that includes characters such as *, [, or ], you should use the "-LiteralPath" switch.

No comments: