watchコマンドに
・複数のコマンドや
・シェルスクリプトを
実行させたいです。
-x という オプションがあるみたいなのですが、
あまり使われてないのか、使用例が見つかりませんでした。
現在はヒアドキュメントで複数コマンドを渡しているのですが、
スクリプトを渡す方法を知りたいです。
cat << 'EOF' | watch -n1 `cat` date ; echo ; uptime ; echo ; EOF man watch # =================== -x, --exec Pass command to exec(2) instead of sh -c which reduces the need to use extra quoting to get the desired effect. # ===================
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。