On 30-Jan-2007, at 17:28, Nicklas Persson wrote:
What I would like to do is split the one long file into 97 separate files,
preferably named by the student name. Can this be done in BBEdit?

I have a feeling this is why I should have learned Perl.

Now now, no reason to go to extremes.

From a worksheet

split -p ':::' <filename> split_filename_

this will yield a bunch of files with names like

split_filename_aa
split_filename_ab
split_filename_ac
split_filename_ad
split_filename_ae
etc..


--
I listen to the wind, to the wind of my soul



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to