[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Documentation issue: Increments in brace expansion
From: |
Jan Schampera |
Subject: |
Documentation issue: Increments in brace expansion |
Date: |
Fri, 30 Oct 2009 07:14:18 +0100 |
User-agent: |
Mozilla-Thunderbird 2.0.0.22 (X11/20090707) |
Good morning,
http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion
The brace expansion increment syntax is shown wrong.
OLD:
A sequence expression takes the form {x..y[incr]}, where x and y are
either integers or single characters, and incr, an optional increment,
is an integer.
PROPOSED NEW:
A sequence expression takes the form {x..y[..incr]}, where x and y are
either integers or single characters, and incr, an optional increment,
is an integer separated by `..'.
Sorry if this already is fixed in the base documents, I didn't have time
to check deeply.
Jan
- Documentation issue: Increments in brace expansion,
Jan Schampera <=