can you run a shell command via nohup at later time?

Posted by user41172 on Server Fault See other posts from Server Fault or by user41172
Published on 2010-04-21T22:26:20Z Indexed on 2010/04/21 22:34 UTC
Read the original article Hit count: 252

Filed under:
|
|

Hi-- I'd like to run a script at 6pm on a remote server but don't want to wait around to trigger it. I don't want to use cron since it's a one time deal.

Can I do something like "nohup myscript &" with a "sleep" or "after" command?

Thanks!

© Server Fault or respective owner

Related posts about bash-scripting

Related posts about ssh