Executing a shell command from Common Lisp

后端 未结 8 1680
耶瑟儿~
耶瑟儿~ 2020-12-14 01:53

How can i execute a shell (bash) command within a Common Lisp program and assign the output to a variable?

8条回答
  •  醉话见心
    2020-12-14 02:27

    ITA has released inferior-shell under their QITAB umbrella project.

    Some links of possible interest :

    • http://common-lisp.net/gitweb?p=projects/qitab/inferior-shell.git
    • http://common-lisp.net/projects/qitab/
    • http://cliki.net/inferior-shell

    A git repository is currently hosted at common-lisp.net :

    git clone git://common-lisp.net/projects/qitab/inferior-shell.git
    

提交回复
热议问题