全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码:  ]

软件包:sleepenh(1.7-2) [debports]

sleepenh 的相关链接

Screenshot

Debian 的资源:

下载源码包

未找到

维护小组:

相似软件包:

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 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 sleepenh

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
alpha (非官方移植版) 8.2 kB82.0 kB [文件列表]