https URL에서 최신 파일을 가져옵니다.

https URL에서 최신 파일을 가져옵니다.

https URL에서 최신 파일을 얻는 방법. 다음 명령은 URL에 있는 모든 파일을 결합합니다.

파일_20200819_000021_402.csv
파일_20200819_060004_003.csv
파일_20200819_120004_973.csv

wget -N --user=****** --password='******' -r -l1 --no-parent -A.csv https://url/ -O /home/oracle/testsss.csv

답변1

-O이 매개변수를 제거해야 합니다.

   -O file
       The documents will not be written to the appropriate files, 
       but all will be concatenated together and written to file. 

관련 정보