I am using parallel + wget to download a list of urls. I would like to append multiple urls at the end of wget for each wget process.
parallel will append a 'carriage return' after each argument, so all urls are appended with a %0D by wget. Is there are anyway to get around this? Thanks,