desktop/ccr/fixnumbering.patch

5 lines
175 B
Diff
Raw Normal View History

2012-04-03 03:15:12 +08:00
596c596
< echo -e "$results" | fmt -"$_WIDTH" -s | nl -v 0 -w 1 -s ' ' -b 'p^[^ ]'
---
> echo -e "$results" | nl -v 0 -w 1 -s ' ' -b 'p^[^ ]' | fmt -"$_WIDTH" -s