Tagged Questions
7
votes
4answers
967 views
creating a sequence of numbers, one per line in a file
Is there a way to create out of thin air, a file that is a sequence of numbers, starting at a given number, one per line?
something like
magic_command start 100 lines 5 > b.txt
and then, b.txt ...