helo,
I'm trying to wget some files and I have specific ones I want to download. Here is my example:
wget -r --no-parent -A 'omgvideoUS.tar','omgvideoROFL.tar' etc etc but, I want to be able to do 'omgvideo[US][ROFL][LMAO].tar' and get all the files that have US ROFL and LMAO between video and tar. How I go about that?
[link] [comments]