Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: hal9king on April 23, 2015, 10:05:35 PM

Title: 'batch and 'at'
Post by: hal9king on April 23, 2015, 10:05:35 PM
I had the question come up about running batch jobs under TC .. frankly I hadn't considered it.
A quick search didn't reveal anything .. is one available ???
Title: Re: 'batch and 'at'
Post by: bmarkus on April 23, 2015, 10:28:18 PM
What do you want to do? Run commands from one file like .bat in Windows? In Linux it is called shell script. Do you want to run a -bat (like) command at specific time? Look for cron
Title: Re: 'batch and 'at'
Post by: hal9king on April 23, 2015, 10:34:41 PM
Don't run windows -- ever.

I taking about the Linux/Unix programs -- usually called 'at'  -- that provides a 'batch' facility to run background jobs typically when the system has a lower load.   With today's multi-core machines this can be helpful (my machine has a FULL eight core processor -- typical for the project).