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

해당 명령을 터미널에 입력하거나 붙여넣습니다. 명령이 실행될 때 터미널이 있는 폴더에 파일이 배치됩니다.

관련 정보