반응형
-O is the option to specify the path of the file you want to download to.
wget <file.ext> -O /path/to/folder/file.ext
-P is prefix where it will download the file in the directory
wget <file.ext> -P /path/to/folder
-O를 주면 디렉토리와 저장될 파일명까지 지정할 수 있고
-P만 주면 디렉토리를 지정할 수 있다.
'Coding' 카테고리의 다른 글
우분투(Ubuntu) FTP서버 설치하는 방법(vsftpd) (0) | 2018.02.18 |
---|---|
Github 기존 저장소에 새로운 파일 Push 하는 방법 (0) | 2018.01.16 |
네이버 클라우드 Ncloud 설치 및 사용방법 (0) | 2017.11.29 |
우분투(Ubuntu) 16.04 Yarn 설치하는법 (0) | 2017.11.12 |
우분투(Ubuntu) 16.04 Node.js 설치하는법 (0) | 2017.11.12 |