在我的 Unix 服务器上,我执行此命令以通过 unix shell 从 folderc 复制所有内容。
wget -r -nH --accept=ismv,ismc,ism,jpg --cut-dirs=5 --level=0 --directory-prefix="/root/sstest" -o /root/sstest2.log http://site.com/foldera/folderb/folderc/
folderc 中的所有内容实际上都复制到 /root/sstest 。
wget
复制后不退出并带我回到命令提示符。
什么可能导致这种行为?