newLISP Fan Club

Forum => newLISP in the real world => Topic started by: nixfreak on July 04, 2023, 09:19:58 AM

Title: Executing commands inside newLisp script
Post by: nixfreak on July 04, 2023, 09:19:58 AM
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.
Title: Re: Executing commands inside newLisp script
Post by: itistoday on July 04, 2023, 09:27:45 AM
Check out the newLISP manual (http://newlisp.nfshost.com/downloads/manual_frame.html), and look at the commands under the section Processes and the Cilk API.

Relevant functions: !, exec, process

Edit: also - welcome to the forums!
Title: Re: Executing commands inside newLisp script
Post by: nixfreak on July 04, 2023, 09:29:41 AM
Thank you very much