Actions
Bug #9629
closedksh93(1): Missing zero in z4cx
Start date:
2018-06-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
z4cx
should be changed to z04cx
here:
In the remaining forms, a field is created for each number starting at n1. This continues until it reaches n2 and increments n1 by n3. The cases where n3 is not specified behave as if n3 were 1 if n1<=n2, and -1 otherwise. In forms which specify %fmt, any format flags, widths and precisions can be specified and fmt can end in any of the specifiers cdiouxX. For example, {a,z}{1..5..3%02d}{b..c}x expands to the 8 fields, a01bx, a01cx, a04bx, a04cx, z01bx, z01cx, z04bx, and z4cx.
Updated by Marcel Telka almost 4 years ago
Updated by Marcel Telka almost 4 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk almost 4 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 229852ddf2d8636b0c8a6628c3e97fef2aadbcfd
commit 229852ddf2d8636b0c8a6628c3e97fef2aadbcfd Author: Marcel Telka <marcel@telka.sk> Date: 2018-06-28T22:44:28.000Z 9629 ksh93(1): Missing zero in z4cx Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Ken Mays <kmays2000@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions