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 <tvcne...@gmail.com> 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 bbedit@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+unsubscr...@googlegroups.com
> 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 "supp...@barebones.com" 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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>



Reply via email to