groovy govern "cp *" bombard command
i wish duplicate calm files wholly calm files src/ dst/
groovy:000> "cp src/*.txt dst/".execute().text
===>
groovy:000>
you management executes w/out blunder nonetheless record src/test.txt does copied dst/
this also fails:
groovy:000> "cp src/* dst/".execute().text
===>
groovy:000>
however...
"cp src/this.txt dst/".execute().text
works
also,
"cp -r src/ dst".execute().text
works
why sip furious tag seem means management silently fail?
Comments
Post a Comment