Hi, I don't see how S4 can influence shell scripts, unless you are on different hosts. We simply don't have enough information/context to evaluate the issue correctly. In any case, I suggest to use the Java 7 file API for handling files.
Regards, Matthieu On Sep 14, 2013, at 14:32 , "??????" <654125...@qq.com> wrote: > Hi,I want to move files.So I use Runtime.getRuntime().exe("mv oldfile > newfile").However,it does not work well.The file is not moved > successfully.Simple program not in S4 executes the move command well.I wonder > what results in it . > Thanks!