Name

mk_capture_lines — Capture output of command as list

Synopsis

mk_capture_lines command...

Description

Executes command and sets result to a quoted list of its lines of output.

Examples

mk_capture_lines find . -name "*.txt"