Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - The 'at' command for QNX: (7 Items)
   
The 'at' command for QNX  
Is there source code for the Linux 'at' command which will compile for QNX?  I have tried searching, but using the 
letters AT for search criteria, even categorizing it fails to get me anything close.
Re: The 'at' command for QNX  
You can look at cron / crontab

On Tue, Mar 15, 2016 at 11:51:59AM -0400, Durwin De La Rue wrote:
> Is there source code for the Linux 'at' command which will compile for QNX?  I have tried searching, but using the 
letters AT for search criteria, even categorizing it fails to get me anything close.
> 
> 
> 
> _______________________________________________
> 
> OSTech
> http://community.qnx.com/sf/go/post115961
> To cancel your subscription to this discussion, please e-mail ostech-core_os-unsubscribe@community.qnx.com
Re: The 'at' command for QNX  
Thank you for the reply.

I need to run a command once after boot, delayed about 2 minutes.  Cron does not do this that I know of.
Re: The 'at' command for QNX  
Something like:

on -d sh -c "sleep 120 && echo 'hello'"

On Tue, Mar 15, 2016 at 01:03:48PM -0400, Durwin De La Rue wrote:
> Thank you for the reply.
> 
> I need to run a command once after boot, delayed about 2 minutes.  Cron does not do this that I know of.
> 
> 
> 
> _______________________________________________
> 
> OSTech
> http://community.qnx.com/sf/go/post115963
> To cancel your subscription to this discussion, please e-mail ostech-core_os-unsubscribe@community.qnx.com
Re: The 'at' command for QNX  
Thank you.

Where might I find man pages for the 'on' command.  I could not find it in the docs I have been using.  Searching for 
help on the 'on' command is as bad as the 'at' command  :)
Re: The 'at' command for QNX  
Re: The 'at' command for QNX  
Thank you.