May*_*ish 9 linux wget raspberry-pi
我正在尝试使用此命令从 GitHub 下载 Linux 版本的 Gdrive
wget https://docs.google.com/uc?id=0B3X9GlR6EmbnWksyTEtCM0VfaFE&export=download
它被这个输出卡住了。
[1] 869 pi@raspberrypi:~ $ Redirecting output to ‘wget-log.2’
小智 14
URL 中有一个 &(对于 URL 没有什么特别之处),碰巧这是 bash shell 的保留字符......它将当前命令带到后台......尝试将你的 URL 放在“”中或用前面的 \ 转义 &