Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In bash, direct all output to a file, as follows.

No Format
slic &>> job.log &

Now use the tail command to look at the output file as the job progresses.

...