1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 10:35:23 +02:00
tldr/pages.ja/common/time.md
2025-03-05 02:34:15 +02:00

451 B

time

コマンドの実行にかかった時間を計測します。 注意: time はシェル組み込み、スタンドアロン、またはその両方として存在することができます。 もっと詳しく: https://manned.org/time

  • コマンドを実行し、計測時間を stdout に出力:

time {{コマンド}}

  • 非常にシンプルなストップウォッチを作成 (Bash でのみ動作):

time read