On 28-Oct-2010, at 11:55, direwolf wrote: > I'm a grep newb but figured there is a way to do this? > Maybe a two step process to first replace all returns with tabs and > then replace every fourth tab with a return?
Find: (^.*$)\r(^.*$)\r(^.*$)\r(^.*$)\r Replace: \1\t\2\t\3\t\4\r -- The only good thing ever to come out of religion was the music. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> 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>
