wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: sleepenh  ]

Pakiet: sleepenh (1.7-1)

Odnośniki dla sleepenh

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego sleepenh:

Opiekun:

Podobne pakiety:

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.

Znaczniki: Zaimplementowane w: C, Interfejs użytkownika: Wiersz poleceń, Rola: role::program, scope::utility, Przeznaczenie: Czas i zegar

Inne pakiety związane z sleepenh

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie sleepenh

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
amd64 8,8 KiB30,0 KiB [lista plików]
arm64 8,7 KiB26,0 KiB [lista plików]
armel 10,2 KiB26,0 KiB [lista plików]
armhf 8,8 KiB26,0 KiB [lista plików]
i386 9,0 KiB30,0 KiB [lista plików]
mips64el 9,0 KiB27,0 KiB [lista plików]
mipsel 8,9 KiB26,0 KiB [lista plików]
ppc64el 9,4 KiB83,0 KiB [lista plików]
s390x 8,7 KiB26,0 KiB [lista plików]