Re: How to get list of output of find command of Linux
- Posted by rneu Jul 18, 2017
- 1917 views
ghaberek said...
Alternatively, if it applies to your project, what I'd recommend is using a queued approach like I've shown, but combine that with a visitor function like walk_dir() uses, so that you don't collect all the file names you've found in memory. I can provide an example on how to do that if you need. -Greg
A walk_dir() approach code here will be really illustrative and helpful.