Paketti: sleepenh (1.2-2.1) [universe]
Links for sleepenh
Ubuntu-palvelut:
Imuroi lähdekoodipaketti sleepenh:
Ylläpitäjä:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Pedro Zorzenon Neto
It should generally not be necessary for users to contact the original maintainer.
Samankaltaisia paketteja:
Sleep until a given date with subsecond resolution
sleepenh is an sleep program for using in 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.
Muut pakettiin sleepenh liittyvät paketit
|
|
|
-
- dep: libc6 (>= 2.5-0ubuntu1)
- GNU C Library: Shared libraries
myös näennäispaketti, jonka toteuttaa libc6-udeb
Imuroi sleepenh
| Arkkitehtuuri | Paketin koko | Koko asennettuna | Tiedostot |
|---|---|---|---|
| amd64 | 7.1 kt | 64.0 kt | [tiedostoluettelo] |
| i386 | 6.9 kt | 64.0 kt | [tiedostoluettelo] |