alimony/sublime-sort-numerically

Windows - returns error rather than performing sort

Closed this issue · 3 comments

I'd love to have this functionality in Sublime Text!

In my Windows install, I get back an error:

-nThe system cannot find the file specified.

The same thing happens when I try to run sort -n on the vanilla Windows command line. If you know of a way around this, I'd be very happy!

Yeah, I have only tested this on Mac OS X… I guess Windows has its own sort tool, I'll come up with something as soon as I have some time to test it properly.

@curtisgibby Should be fixed by b0cefd6, try it out and let me know how it works.

Ha ha, I basically wrote the same code yesterday, based on the same CodingHorror blog entry. :) I was planning to fork and pull-request it today, after I had someone test it on OS X and linux. Looks like you beat me to it!