OS4 DepotLogo by Nickman 
(anonymous IP: 52.14.0.24,2192) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (595)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4364

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Shell » waitx.lha

WaitX

Description: execute a command after a given time
Download: waitx.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 6kb
Version: 2.0
Date: 05 Dec 2013
Author: Sigbjørn Skjæret, aos4 port by kas1e
Submitter: kas1e
Email: kas1e/yandex ru
Category: utility/shell
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 8464
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 301  (Current version)
301  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Very powerful poor-man's cron-tab that is 100% Pure so it can be made resident.

(This has actually been laying on my disk for quite a while in the need for
better docs, I just made a quick cleanup so you get the general idea, and
hopefully you will figure out the rest by yourself. ;) )

Examples:

$ waitx TIME=12:34:12 echo "this is an example"
  Waits until 12:34:12 is reached and will execute echo

$ waitx H=5 M=36 echo "this is an example"
  Will wait 5 hours and 36 minutes and execute echo

$ waitx HOURS=2 MINS=12 SECS=59
  Will wait 2 hours, 12 minutes and 59 seconds and then
  returns to the prompt

$ waitx DY=1 L=5 echo "this is an example"
  Will wait 1 day and execute echo,
  then repeat this a total of 5 times

$ waitx M=15 ALWAYS echo "this is an example"
  Will execute echo every 15 minutes

$ waitx D=12/9 T=16 L=0 echo "this is an example"
  Will wait until September 12th 16:00 and execute echo,
  and repeat forever

$ waitx echo "this is an example"
  Will execute echo immediatly


- CISC


Copyright © 2004-2024 by Björn Hagström All Rights Reserved