Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2812

【Bash】一分ごとにタイムスタンプを取る

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

Viewing all articles
Browse latest Browse all 2812

Trending Articles