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

您將該命令鍵入或貼上到終端機中。執行命令時,檔案將放置在終端機所在的資料夾中。

相關內容