Hi,
I'm writing a bash script (for school) that gets an argument -F {timestamp}
where timestamp has the format HH:MM:SS.
This script will then look for some information in the system and will
update a log file every hh:mm:ss.
Because of the script requirements, I need to use the cron. This is easy
when SS=00 but not that easy if I want to run it, let's say, every 10
seconds. And much worse if I want to run it every 17 seconds... I think I
have to use sleep at some point as the cron doesn't accept seconds, probably
in a way like:
x x x x x script.sh
x x x x x sleep n ; script.sh
x x x x x sleep 2n ; script.sh
......
....
This seems to me like a pain to implement though. Not really asking for a
solution, but if anyone could give me an hint or suggest a different way to
look at this it would be great.
Thanks very much for your help!
David
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!