pipeLines

Run command and returns an input range of the output lines.

  1. auto pipeLines(Range command, string workdir)
  2. auto pipeLines(string shellCommand, string workdir)
    pipeLines
    (
    in string shellCommand
    ,
    in string workdir = null
    )

Meta