LoginSignup
12
14

More than 5 years have passed since last update.

Cronである処理が終了したら次の処理を実行する

Last updated at Posted at 2012-12-20

command1が終わった後,command2を実行したい

・ * * * * * command1 && command2

command1とcommand2を並列で走らせた後,command3を実行したい

・ * * * * * (command1 & comand2 & wait) && command3

ワイルドカードのとこは適当に設定

12
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
14