Sorry for me dropping in, I'm just a perl geek, who does everything in perl,
I'd do it this way:


perl -e 'while(!$i){print "Hallo"; `sleep 2`;}'


This would print Hallo every two seconds on your screen, replace print
"Hallo" with your command for example `wget -c` and replace the 2 with the
time you want.
Perl is fun :-)

----- Original Message ----- 
From: "raptor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 22, 2003 3:46 PM
Subject: [gentoo-user] runat ?


> someone to know console command so that I can run "wget" processes at
specified time ... I need something easy..f.e.
>
> runat -t 02:00  wget -c ......
>
> i mean not putting stuff in crontab
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>


--
[EMAIL PROTECTED] mailing list

Reply via email to