Open
Description
Problem to solve
When I look at the list of tasks in some chapters, I see the following list: 3_10, 3_11, 3_1, ...
This order is incorrect.
Proposal
Rename tasks with zero padding, so that alphabetical sorting gives the right order of tasks.
For example, 3_01, 3_02, ... , 3_09 , 3_10, 3_11
Prior art
https://stackoverflow.com/questions/13522338/zero-padding-and-sorting-linux-shell-scripting
Alternatives
Looking for alternatives, but the only one I see is being careful.
Links & references
https://stackoverflow.com/questions/13522338/zero-padding-and-sorting-linux-shell-scripting