We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13e027 commit 66f781dCopy full SHA for 66f781d
cmdlets/item/remove/literalPath.ps1
@@ -8,4 +8,7 @@ remove-item $fileName
8
#
9
get-childItem *.abc
10
11
+#
12
+# Use -literalPath to remove file with brackets
13
14
remove-item -literalPath $fileName
0 commit comments