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

软件包:sleepenh(1.7-1)

sleepenh 的相关链接

Screenshot

Debian 的资源:

下载源码包 sleepenh

维护者:

相似软件包:

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.

标签: 实做语言: C, 用户接口: 命令行, 角色: role::program, scope::utility, Purpose: 时间和时钟

其他与 sleepenh 有关的软件包

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

下载 sleepenh

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
amd64 8.8 kB30.0 kB [文件列表]
arm64 8.7 kB26.0 kB [文件列表]
armel 10.2 kB26.0 kB [文件列表]
armhf 8.8 kB26.0 kB [文件列表]
i386 9.0 kB30.0 kB [文件列表]
mips64el 9.0 kB27.0 kB [文件列表]
mipsel 8.9 kB26.0 kB [文件列表]
ppc64el 9.4 kB83.0 kB [文件列表]
s390x 8.7 kB26.0 kB [文件列表]