Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シェルコマンドの出力を読みたいです。読みたいシェル コマンドは、特定の場所から実行する必要があります。(それはgit log)です。
git log
cdその場所に ing し、 を実行(clojure.java.shell/sh "git log")しcdてから作業ディレクトリに戻る以外に、これを行う良い方法はありますか?
cd
(clojure.java.shell/sh "git log")
私はある種の(shell-at directory command)機能を探しています。この関数の簡単な実装も評価されます。私のClojureの経験は最小限です。
(shell-at directory command)