Suppose I have a bunch of a particular kind of file with scrambled names (ABCD.jpg CDBA.jpg BBCA.jpg, etc) all from www.website.com/foo/
Suppose then I would like to wget replacements for all of the files.
Who knows why? Maybe they're growing mold. Not the important part of the scenario.
Is it possible to make a bash script using grep to get the file names and insert them into a wget command? I am not very familiar with bash or grep, so assuming this scenario is possible how might one do it?
Thanks.
-bmach
Suppose then I would like to wget replacements for all of the files.
Who knows why? Maybe they're growing mold. Not the important part of the scenario.
Is it possible to make a bash script using grep to get the file names and insert them into a wget command? I am not very familiar with bash or grep, so assuming this scenario is possible how might one do it?
Thanks.
-bmach
