Excecute iwconfig from a java application

2019-07-26 18:13发布

问题:

Is it possible to execute iwconfig (or any other shell based program) from a java application and then parse the output somehow?

If yes, how?

回答1:

Yes, by using the ProcessBuilder API.



标签: java linux shell