Request for Opinion - JCL but for Linux??
Request for Opinion - JCL but for Linux??
Any interest in this:
LJL is a job creation language that takes a job file, gathers items mentioned in its various lines and here-documents, and generates a runnable .deck file (short for "deck of cards").
The .deck file is a complex Bash script that creates a log spool and several temporary files in /tmp/
<jobname>
. It automatically cleans up scratchable files after the run. The log file contains the output of each step, including any program results.Any questions about it? Any suggestions?