Replies: 1 comment 5 replies
-
|
I think the best way is with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How could I capture the output of a shell command? As in something like
(let [d (os/shell "date")] ...)(wheredwould then be that string that thedateshell command would normally print out)?I also tried
(os/execute ["date"] :p), but again it just prints its output to stdout.Beta Was this translation helpful? Give feedback.
All reactions