Ruby: Stream processing of shell command results
Executing a shell command and then processing results can be an overkill for both performance and memory. Here’s one of the alternative solutions for executing and processing shell command results in a stream.
Post a comment