![使用 CURL 下載的檔案存放在檔案系統的什麼位置?](https://rvso.com/image/1428736/%E4%BD%BF%E7%94%A8%20CURL%20%E4%B8%8B%E8%BC%89%E7%9A%84%E6%AA%94%E6%A1%88%E5%AD%98%E6%94%BE%E5%9C%A8%E6%AA%94%E6%A1%88%E7%B3%BB%E7%B5%B1%E7%9A%84%E4%BB%80%E9%BA%BC%E4%BD%8D%E7%BD%AE%EF%BC%9F.png)
我使用以下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
您將該命令鍵入或貼上到終端機中。執行命令時,檔案將放置在終端機所在的資料夾中。