On 7/11/20 8:24 AM, Stuart Henderson wrote: > On 2020/07/11 05:33, Aisha Tammy wrote: >>> diff -u ${LAST}/ls-failures ls-failures | grep '^ ' >> Ah, I see, here the recurrent failures should probably be removed, as it >> only finds the common lines in the diff, which are not all the common lines. >> -u seems to only have 3 lines of context. >> >> Ideal solution would be to sort and find commons and differences (not sure >> if can >> be done in shell, wouldn't bother with it). > > just use -u12345 or something >
ok with me.