Comments on: How to Schedule a Linux Job Without Cron https://www.tecmint.com/schedule-job-without-cron-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 06:42:11 +0000 hourly 1 By: John Doe https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-2/#comment-2027733 Mon, 19 Jun 2023 22:40:19 +0000 http://www.tecmint.com/?p=13593#comment-2027733 Hello, don’t forget the “at” command, which is also used to schedule tasks or commands at a specified time.

]]>
By: Ghouse bagwan https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-2/#comment-904799 Wed, 02 Aug 2017 15:54:47 +0000 http://www.tecmint.com/?p=13593#comment-904799 I tried the first one ($ while true; do date >> date.txt ; sleep 5 ; done &) on my box and its creating a huge file every minute, please provide a way to remove this job.

]]>
By: Quentin MOULINIER https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-1/#comment-755747 Sun, 28 Feb 2016 00:49:36 +0000 http://www.tecmint.com/?p=13593#comment-755747 Thanks !
And as every advice can be useful, I would like to contribute to your article with another tip I learned from a collegue few month ago :
How to execute a command without leaving it in history file ?
– just put an empty space first ! :-)

]]>
By: Franck https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-1/#comment-755716 Sat, 27 Feb 2016 18:35:30 +0000 http://www.tecmint.com/?p=13593#comment-755716 hi, one way among others to exit properly a process sent in background is to use the fg command (FrontGround) to get it back (if you are still in the same terminal) and then CTRL+C.
Franck

]]>
By: Prashant Singh https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-1/#comment-743054 Fri, 22 Jan 2016 15:46:29 +0000 http://www.tecmint.com/?p=13593#comment-743054 excellent !!!
thanks a lot !!!

]]>