我正在尝试将 dropbox 安装到我的 Debian 机器上,我看到了说明
cd ~ && wget -O - "some website leading to the download of a tar file" | tar xzf -
Run Code Online (Sandbox Code Playgroud)
但我所做的只是输入:
wget -O - "some website leading to the download of a tar file"
Run Code Online (Sandbox Code Playgroud)
我的终端上有很多垃圾。是什么 wget -O -
意思?它对我的电脑有什么危害吗?
wget ×1