(elementary user)
My goal is to generate a list of numbers from 1-6000 with an increment of 1 and for each value to be separated by a comma, e.g., 1,2,3, ... 5999,6000
Is it possible to do this in a command shell or to maybe output to this to a .txt file using the '>' function?
Many thanks
My goal is to generate a list of numbers from 1-6000 with an increment of 1 and for each value to be separated by a comma, e.g., 1,2,3, ... 5999,6000
Is it possible to do this in a command shell or to maybe output to this to a .txt file using the '>' function?
Many thanks