the-art-of-command-line icon indicating copy to clipboard operation
the-art-of-command-line copied to clipboard

Moves {1..10} to brace expansion

Open netj opened this issue 6 years ago • 0 comments

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

netj avatar Jul 27 '19 13:07 netj