process-lines
process-lines is a compiled Lisp function in `subr.el
'.
(process-lines PROGRAM &rest ARGS)
Execute PROGRAM with ARGS, returning its output as a list of lines.
Signal an error if the program returns with a non-zero exit status.
subr.el
'.
(process-lines PROGRAM &rest ARGS)
Execute PROGRAM with ARGS, returning its output as a list of lines.
Signal an error if the program returns with a non-zero exit status.