desktop/ccr/fixnumbering.patch
2012-04-02 19:15:12 +00:00

5 lines
175 B
Diff

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