I'm not sure if this is possible with BBEdit or not. I would use terminal commands or do it programmatically. I you want to split a file into evenly spaced lines you could use the `split` command from the terminal. Alternately it would only be a small number of lines in Python (or Perl, or Ruby or whatever)
On Thursday, September 14, 2017 at 4:17:20 PM UTC-4, van Brollini wrote: > > I have a file that is 323797 lines long. There are 1897 segments in it > that I want to put into each their own file. > For example, > 1 goes from 4345 to 6744 > 2 goes from 6745 to 8337 > 3 goes from 8338 to 9326 > > etc etc. > > I have a search results file that has the line numbers needed for each > segment. > > where can I go to read up on how to script this? I have tried a half dozen > and it works fine manually. > > Thanks in advance > > Van > -- 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]. Visit this group at https://groups.google.com/group/bbedit.
