can you run a shell command via nohup at later time?
- by user41172
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!