On Nov 03, 2015, at 21:16, Vlad Ghitulescu <[email protected]> wrote: > I’m still moving so I’m doing a lot of lists :-) > One of them looks like this: > … > and I want to change it to this: ______________________________________________________________________
Hey Vlad, This is not precisely what you wanted, but it's simple. Select your lines and run the text-filter. #! /usr/bin/env bash nl -n rz -w 2 \ | sed -E 's!^([0-9]+)[[:blank:]]+!\1. - !g' -- Take Care, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
