Package: sleepenh (1.8-1 and others)
Links for sleepenh
Debian Resources:
Download Source Package sleepenh:
Maintainer:
Similar packages:
Sov indtil en angiven dato med efterfølgende løsning
Sleepenh er et sove-program til brug i skalskripter, som har brug for at udføre en løkke, som gentages med regulære tidsintervaller, uden at opsamle fejl.
Programmet understøtter microsecund-løsning.
Du kan også angive tiden, du skal bruge mellem to kald af sleepenh.
Her følger et eksempel til at præcisere dets formål. Dette eksempler sender »A« til ttySO hvert 1,2 sekund.
#!/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
Læs manualsiden for yderligere detaljer.
Other Packages Related to sleepenh
|
|
|
|
-
- dep: libc6 (>= 2.34) [not alpha, ia64, loong64, sh4]
- GNU C-bibliotek: Delte biblioteker
also a virtual package provided by libc6-udeb
- dep: libc6 (>= 2.40) [loong64, sh4]
-
- dep: libc6.1 (>= 2.34) [alpha]
- GNU C-bibliotek: Delte biblioteker
also a virtual package provided by libc6.1-udeb
- dep: libc6.1 (>= 2.37) [ia64]
Download sleepenh
Architecture | Version | Package Size | Installed Size | Files |
---|---|---|---|---|
alpha (unofficial port) | 1.8-1 | 8.3 kB | 82.0 kB | [list of files] |
amd64 | 1.8-1 | 8.2 kB | 30.0 kB | [list of files] |
arm64 | 1.8-1 | 8.3 kB | 81.0 kB | [list of files] |
armel | 1.8-1 | 9.7 kB | 29.0 kB | [list of files] |
armhf | 1.8-1 | 8.9 kB | 25.0 kB | [list of files] |
hppa (unofficial port) | 1.8-1 | 8.5 kB | 25.0 kB | [list of files] |
i386 | 1.8-1 | 8.3 kB | 29.0 kB | [list of files] |
ia64 (unofficial port) | 1.7-2 | 9.0 kB | 27.0 kB | [list of files] |
loong64 (unofficial port) | 1.8-1 | 8.1 kB | 33.0 kB | [list of files] |
m68k (unofficial port) | 1.8-1 | 8.0 kB | 25.0 kB | [list of files] |
mips64el | 1.8-1 | 8.6 kB | 82.0 kB | [list of files] |
ppc64 (unofficial port) | 1.8-1 | 8.6 kB | 82.0 kB | [list of files] |
ppc64el | 1.8-1 | 8.6 kB | 82.0 kB | [list of files] |
riscv64 | 1.8-1 | 8.1 kB | 26.0 kB | [list of files] |
s390x | 1.8-1 | 8.2 kB | 25.0 kB | [list of files] |
sh4 (unofficial port) | 1.8-1 | 8.7 kB | 81.0 kB | [list of files] |
sparc64 (unofficial port) | 1.8-1 | 8.4 kB | 1,042.0 kB | [list of files] |
x32 (unofficial port) | 1.8-1 | 8.2 kB | 29.0 kB | [list of files] |