我试图在bash脚本中从当前目录复制一些文件,但问题是cp命令不能与当前目录一起工作。我可以在回溯5(基于Ubuntu)上使用以下命令,但在Kali linux (基于Debian)中没有任何问题:cp -f -v *.{html,txt,php} /var/www/
cp: cannot stat `*.{html,txt,php}': No such file or di
但是,当我在linux中使用linux shell文件(.sh)执行相同的命令时,我得到的是ArrayIndexOutOfBoundsException。WINDOWS批处理文件:for /f %%i in ("%0") do set scriptpath=%%~dpijava -classpath %cp% com.synchronizer.main.MYSynchron