-
wget with wildcards in http downloadstip 2018. 8. 5. 12:47
$ wget -r --no-parent -A '*.pdf' http://hackerschool.org/HardwareHacking/
-A acclist --accept acclist
-R rejlist --reject rejlist
Specify comma-separated lists of file name suffixes or patterns to
accept or reject. Note that if any of the wildcard characters, *, ?,
[ or ], appear in an element of acclist or rejlist, it will be
treated as a pattern, rather than a suffix.
--accept-regex urlregex
--reject-regex urlregex
Specify a regular expression to accept or reject the complete URL.
'tip' 카테고리의 다른 글
Ububtu 에 JDK 수동 설치 (0) 2019.03.08 글 쓰기 전 명심해야 할, 좋은 글을 쓰는 11가지 방법 (0) 2016.03.29 엑셀이 날짜를 인식하지 못할 때 (0) 2016.02.26 비밀번호 저장 도구 (0) 2014.02.09 엑셀에서 케리지 리턴 찾아 없애는 방법 (0) 2013.07.29