Versions Compared

Key

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

...

You could tail the log files one by one to see which one(s) don't have the message, but you can also use a special grep option to do this work:

 

Code Block
languagebash
titleCount the number of successful alignments
grep -L 'completed successfully' aln.*.log

...