iyuichiの私的開発ログ

渋谷で働くWebエンジニアのログ. Java, Android, iOS, Docker, GCP, AWS, ゲーム開発

2008-07-01から1日間の記事一覧

使えそうな知らなかったコマンドたち

Run a Command Repeatedly and Display the Outputwatch runs a command repeatedly, displaying its output. This allows you to watch the program output change over time. By default, the program is run every 2 seconds. watch is very similar to t…