We learn we share to the world of computer science.
#!/bin/bash wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -ic "URL-PATH/"
OPTIONS : -ic = download in recursively and continue with existed files --reject="index.html*" : reject all files with these pattern
No comments:
Post a Comment