все параметры
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, Цель: Часы и время

Другие пакеты, относящиеся к sleepenh

  • зависимости
  • рекомендации
  • предложения
  • enhances

Загрузка sleepenh

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
amd64 8,8 Кб30,0 Кб [список файлов]
arm64 8,7 Кб26,0 Кб [список файлов]
armhf 8,8 Кб26,0 Кб [список файлов]
i386 9,0 Кб30,0 Кб [список файлов]