summaryrefslogtreecommitdiff
path: root/doc/forum/Problem_with_cmdProperty_and_rm/comment_1_214a68eb381b3da4a967da0a6c55d87b._comment
blob: 99fb7697a033c4e74a83feaabd4ff4dda4fd86e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.
"""]]