Identification of missing sequences in awk

Viewed 19

I have extracted sequence nos of the files for eg 35072, 35073, 35074......35095 and have created a file of the same. I m trying to find missing sequences in this file. Pl help and thanks in advance.

1 Answers

if you want the non-proper lazy shortcut way, and don't mind distorting existing file timestamps, then do a touch of the full sequence of expected filenames, and see which subset were newly created empty files

Related