Skip to content

wget pulling down files not expected #1248

Answered by kubu4
sr320 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to quote your accept list argument, as well as remove the space between the patterns in the list, like so:

/opt/homebrew/bin/wget \
-r \
--no-check-certificate \
--no-directories --no-parent \
-P ../data_21/ \
-R index* \
-A "*.cov.txt,*x.bedgraph" \
https://gannet.fish.washington.edu/seashell/bu-mox/scrubbed/061421-olyC/

Also, just a heads up, you have no files in that directory ending in *.cov.txt

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sr320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants