使用 CURL 下载的文件存储在文件系统的什么位置?

使用 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}"

该文件实际上存放在哪里?我似乎无法在我的计算机上找到它。

答案1

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

相关内容