Re: How to get list of output of find command of Linux
- Posted by petelomax Jul 18, 2017
- 1965 views
ghaberek said...
In the end, the "best" method for this is probably an iterator that holds its position in the queue and only returns the values as they're requested. Other languages have this feature, like Python, and it's a pretty neat, albeit complicated, way to run through a list of items very efficiently.
Maybe something like this? http://rosettacode.org/wiki/Generator/Exponential#Phix (but with only one task)
Pete