Tagged Questions
0
votes
1answer
242 views
seq - invalid floating point argument error
I have a file with many numbers, with each number on one line. My goal is to find the numbers that are missing.
I'm trying to generate the sequence of all the numbers with seq
start=$(head -1 ...