Use `seq` to write the numbers 1..10 (one per line) into /tmp/nums.txt.
Many shell pipelines start with generated input. `seq A B` prints the integers from A to B, one per line.
Write the numbers 1 through 10 into the file `/tmp/nums.txt`. The file must contain exactly ten lines, in order, each ending with a newline.
Sign in to save your code and track progress across devices.