the-art-of-command-line
the-art-of-command-line copied to clipboard
Moves {1..10} to brace expansion
from parameter expansion,
as technically, the {x..y[..incr]} syntax is not really part of bash parameter expansion but brace expansion, which immediately follows in the doc anyway.
See: https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html#Brace-Expansion