Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • Works but seems to require a blank line at the end of the input file. Otherwise, the last URL in the file isn't processed. Commented Jun 12, 2019 at 17:57
  • 2
    Not a blank line, just a newline at the end. That's the definition of a line Commented Jun 12, 2019 at 17:59
  • You're right: a newline. Just pointed it out since the prob manifests if you paste a bunch of URLs in a text editor and neglect to hit Enter at the end of the last URL in the list. Commented Jun 12, 2019 at 18:03
  • 1
    @DavidYockey You don't need an additional Enter at the end if you use a proper text editor, e.g. vim, emacs. Commented Jun 13, 2019 at 7:22
  • @Sparhawk Wasn't aware of that diff between editors. Good to know. In using vim for serious stuff and a simple GUI editor for quickie cut & paste bits, guess I never noticed. Commented Jun 13, 2019 at 11:32