http://xdj7ku5uiilcaf4ovhxwj4elqmxkwuzzerv33upkxq6unumbszmck7ad.onion/download_podcast_archive.html
The while loop that follows works a lot like an Awk program,
parsing one line of input at a time, assigning its contents to variables, and
then doing something before moving on to the next line of its input
file. read is a shell
built-in 20 that takes as arguments a list of names, parses a line from standard input
according to the Internal Field Separator, assigns each field ’ s value to a
different name from the list supplied to read respectively, and
returns 0 (i.e. success or true) until it reaches the...