Skip to content
Sections
>> Trisquel >> 软件包 >> nabia >> utils >> sleepenh
etiona  ] [  nabia  ] [  aramo  ]
[ 源代码: sleepenh  ]

软件包: sleepenh (1.7-1)

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.

其他与 sleepenh 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • dep: libc6 (>= 2.4)
    GNU C Library: Shared libraries
    同时作为一个虚包由这些包填实: libc6-udeb

下载 sleepenh

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
amd64 8.1 kB29 kB [文件列表]
armhf 8.1 kB25 kB [文件列表]