使用 CURL 下载的文件在文件系统上的哪个位置?

Eva*_*nss 3 curl

我已经使用以下 curl 命令从该站点下载了一个文件:

https://www.modern.ie/en-us/virtualization-tools#downloads

# Copy/paste the command below into your terminal to begin downloading all the required files
# Don't have cURL or want to learn more, visit http://curl.haxx.se/

curl -O -L "https://www.modern.ie/vmdownload?platform=mac&virtPlatform=virtualbox&browserOS=IE10-Win8.1&parts=5&filename=VMBuild_20131127/VirtualBox/IE10_Win8/Mac/IE10.Win8.For.MacVirtualBox.part{1.sfx,2.rar,3.rar,4.rar,5.rar}"
Run Code Online (Sandbox Code Playgroud)

文件实际上去了哪里?我似乎无法在我的机器上的任何地方看到它。

hea*_*ase 5

您将将该命令键入或粘贴到终端中。在执行命令时终端所在的文件夹中,文件将被放置在其中。

  • @jdln 如果您不运行该命令,则该文件在您的系统上不存在。 (2认同)
  • @jdln 除非您运行该命令,否则不会下载该文件。该命令下载文件;如果您不运行该命令,则无法下载该文件。 (2认同)