Executing commands inside newLisp script

Started by nixfreak, July 04, 2023, 09:19:58 AM

Previous topic - Next topic

nixfreak

Question: How can I execute programs say unix tools in a newLisp script?
Or if its in the documentation can someone show me the link?

Thanks in advance.

itistoday

Check out the newLISP manual, and look at the commands under the section Processes and the Cilk API.

Relevant functions: !, exec, process

Edit: also - welcome to the forums!
Get your Objective newLISP groove on.