Making single-purpose utilities example: filter URLs from input

  • Uh, I cannot imagive why one would prefer this to a single “grep -o” invocation.

    Not only “grep” command will be simpler to understand later, it will also be trivially customizeable/extendable