diff options
| -rw-r--r-- | doc/forum/Problem_with_cmdProperty_and_rm/comment_1_214a68eb381b3da4a967da0a6c55d87b._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Problem_with_cmdProperty_and_rm/comment_1_214a68eb381b3da4a967da0a6c55d87b._comment b/doc/forum/Problem_with_cmdProperty_and_rm/comment_1_214a68eb381b3da4a967da0a6c55d87b._comment new file mode 100644 index 00000000..99fb7697 --- /dev/null +++ b/doc/forum/Problem_with_cmdProperty_and_rm/comment_1_214a68eb381b3da4a967da0a6c55d87b._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-10-02T14:49:19Z" + content=""" +Wildcard expansion is done by the shell, and cmdProperty does not run a +shell. So, you've told rm to delete a +file with a literal '*' in its name, which it's happy to report success +with, since no such file exists.. + +Using scriptProperty would be one way to do this. +"""]] |
