Skip to content

Commit 66f781d

Browse files
more comments
1 parent e13e027 commit 66f781d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmdlets/item/remove/literalPath.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ remove-item $fileName
88
#
99
get-childItem *.abc
1010

11+
#
12+
# Use -literalPath to remove file with brackets
13+
#
1114
remove-item -literalPath $fileName

0 commit comments

Comments
 (0)