Alphabetic sequential brace expansion
Currently yash's brace expansion does not support the {a..c} form which expands to a b c, for example. Let's support this for compatibility with other shells.
Currently yash's brace expansion does not support the {a..c} form which expands to a b c, for example. Let's support this for compatibility with other shells.