On 2019 Jan 12, at 20:32, Dj <[email protected]> wrote: > > I'm only trying to change space between words and not carriage returns and > all that. So far I've tried placing this in the scripts folder: > perl -pe 's/ +/ /g'
Why use perl at all? Since you're using BBEdit, use BBEdit's Find & Replace. Find (grep): \h+ Replace: [space] -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://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]. Visit this group at https://groups.google.com/group/bbedit.
