すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ ソース: sleepenh  ]

パッケージ: sleepenh (1.7-1)

sleepenh に関するリンク

Screenshot

Debian の資源:

sleepenh ソースパッケージをダウンロード:

メンテナ:

類似のパッケージ:

Sleep until a given date with subsecond resolution

sleepenh is a sleep program for shell scripts that need to perform a loop that repeats at a regular time interval, without cumulative errors.

It supports microsecond resolution.

You can also specify the time you need between two calls of sleepenh.

Here follows an usage example to clarify its purpose. This example sends 'A' to ttyS0 every 1.2 seconds.

  #!/bin/sh
  # does not wait (or wait 0), just to get initial timestamp
  TIMESTAMP=$(sleepenh 0)
  while true; do
    # send the byte to ttyS0
    echo -n "A" > /dev/ttyS0;
    # wait until the required time
    TIMESTAMP=$(sleepenh $TIMESTAMP 1.200);
  done

For more details, please read the manpage.

タグ: 実装言語: C, ユーザインタフェース: コマンドライン, 役割: role::program, scope::utility, 目的: 時間・時計

その他の sleepenh 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

sleepenh のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
amd64 8.8 kB30.0 kB [ファイル一覧]
arm64 8.7 kB26.0 kB [ファイル一覧]
armel 10.2 kB26.0 kB [ファイル一覧]
armhf 8.8 kB26.0 kB [ファイル一覧]
i386 9.0 kB30.0 kB [ファイル一覧]
mips64el 9.0 kB27.0 kB [ファイル一覧]
mipsel 8.9 kB26.0 kB [ファイル一覧]
ppc64el 9.4 kB83.0 kB [ファイル一覧]
s390x 8.7 kB26.0 kB [ファイル一覧]