Skip to content
Sections
>> Trisquel >> Paket >> etiona >> utils >> sleepenh
etiona  ] [  nabia  ] [  aramo  ]
[ Källkod: sleepenh  ]

Paket: sleepenh (1.6-1)

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.

Andra paket besläktade med sleepenh

  • beror
  • rekommenderar
  • föreslår
  • dep: libc6 (>= 2.4)
    GNU C Library: Shared libraries
    också ett virtuellt paket som tillhandahålls av libc6-udeb

Hämta sleepenh

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
amd64 7,9 kbyte25 kbyte [filförteckning]
i386 7,8 kbyte25 kbyte [filförteckning]