Bash – Executing a shell command from Common Lisp

bashcommon-lispexeclispshell

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

Best Answer

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

Some links of possible interest :

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

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