I'm not 100% clear what you mean by BBedit worksheet.

I see there is a script editor option with some sort options there. 
Would be cool if there was a sort and number dupes.

-Jim


On Tuesday, August 28, 2012 11:45:30 AM UTC-7, Bucky Junior wrote:
>
> Jim, 
>
> Chris' terminal line works great. I use something similar but create a new 
> sorted file so I don't have to deal trying to get the info from the screen. 
> The BBEdit worksheet will capture it. 
>
> sort tempfile0 | uniq -c | sort >tempfile1 
>
> On Aug 26, 2012, at 7:23 PM, Christopher Stone wrote: 
>
> > On Aug 26, 2012, at 18:11, Jim Walker <[email protected] <javascript:>> 
> wrote: 
> >> We lost the feature available through Linesort in previous versions of 
> BBedit it appears. 
> >> 
> >> I have a list of 1 million IP addresses and I need to sort, remove 
> duplicates and display to left the number of times the IP address appears 
> in file. 
> > 
> > ______________________________________________________________________ 
> > 
> > Hey Jim, 
> > 
> > LineSort was a nice plugin, but most of its functionality is available 
> in BBEdit these days. 
> > 
> > You can run something like this from the Terminal or from a BBEdit 
> worksheet. 
> > 
> > sort ~/Desktop/sort_test.txt | uniq -c 
> > 
> > -- 
> > Best Regards, 
> > Chris 
> > 
> > -- 
> > -- 
> > 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]<javascript:> 
> > To unsubscribe from this group, send email to 
> > [email protected] <javascript:> 
> > 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] <javascript:>" 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 
"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>



Reply via email to