tüm seçenekler
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Kaynak: sleepenh  ]

Paket: sleepenh (1.7-1)

sleepenh için bağlantılar

Screenshot

Debian Kaynakları:

sleepenh Kaynak Paketini İndir:

Geliştirici:

Benzer paketler:

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.

Etiketler: Geliştirildiği dil: C, Kullanıcı Arayüzü: Komut Satırı, Rol: role::program, scope::utility, Amaç: Tarih ve Saat

sleepenh ile İlgili Diğer Paketler

  • bağımlılıklar
  • tavsiye edilen
  • önerilen
  • enhances

sleepenh indir

Tüm mevcut mimariler için indir
Mimari Paket Boyutu Kurulu Boyut Dosyalar
amd64 8,8 kB30,0 kB [dosya listesi]
arm64 8,7 kB26,0 kB [dosya listesi]
armel 10,2 kB26,0 kB [dosya listesi]
armhf 8,8 kB26,0 kB [dosya listesi]
i386 9,0 kB30,0 kB [dosya listesi]
mips64el 9,0 kB27,0 kB [dosya listesi]
mipsel 8,9 kB26,0 kB [dosya listesi]
ppc64el 9,4 kB83,0 kB [dosya listesi]
s390x 8,7 kB26,0 kB [dosya listesi]