On Aug 26, 2012, at 18:11, Jim Walker <[email protected]> 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]
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