$ 0 0 # 実行するファイル作成 touch job.sh # タイムスタンプを書き込むファイル作成 touch job.log # ファイルを開く vi job.sh 1 #!/bin/bash 2 3 …