Friday, December 16, 2022

Linux - Batch

The following is a Linux dictionary word of the day:

batch – reads commands from standard input or a specified file and then executes them when the system load levels permit.

Example: batch testfile.txt

Note: the testfile.txt would have in it the commands to run. Also note that batch doesn’t have any parameters that can be utilized with its usage.

No comments:

Post a Comment