How can I find the missing sequence in a file list with a "for" or a "while" command?
For example:
5995
5996
5997
5998
5999
6001
6002
I want to find the missing sequence at this list using "for" or "while".
Thanks for your helps.
For example:
5995
5996
5997
5998
5999
6001
6002
I want to find the missing sequence at this list using "for" or "while".
Thanks for your helps.