What will cryptcheck print when a file validation fails?

I just want to grep a log for files that failed to validate.

Files that are fine are printed with an OK at the end of the line.

2018/09/10 11:20:14 DEBUG : Photos/Family/foto093.jpg: OK

It will have ERROR at the start of the line instead of the DEBUG above.

It also prints a summary at the end.

1 Like

Right, I should use the report and then grep if I see errors, haha. Thanks.

1 Like