$ seq 1 10
Jan. 17, 2020, 10:09 p.m. — penkoad
even shorter :-)
$ printf '%s\n' {1..10}
Nov. 25, 2019, 8:11 a.m. — CK
A slightly briefer method that negates the need to use a for loop.
for