Re: How to get list of output of find command of Linux

new topic     » goto parent     » topic index » view thread      » older message » newer message
_tom said...
  • try writing to a file

system( find --help > foo.txt ) 
 
--> load "foo.txt" 
--> parse and use the output 
_tom

This is a very good and simple method. However, the code should not have:

--help

It should simply be:

system("find > foo.txt") 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu