pipeLines

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

  1. auto pipeLines(Range command, string workdir)
    pipeLines
    (
    Range
    )
    (
    Range command
    ,
    in string workdir = null
    )
    if (
    isInputRange!Range &&
    isSomeString!(ElementType!Range)
    )
  2. auto pipeLines(string shellCommand, string workdir)

Meta