Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows already has sort, but I like Unix's sort better. #86

Closed
mrcarlosrendon opened this issue Jan 18, 2013 · 3 comments
Closed

Windows already has sort, but I like Unix's sort better. #86

mrcarlosrendon opened this issue Jan 18, 2013 · 3 comments

Comments

@mrcarlosrendon
Copy link

which sort C:\Windows\system32\sort.EXE

What I wanted was:
which sort C:\Program Files (x86)\Gow\bin\sort.exe

because I don't like Window's version of sort. It doesn't have -n.

However, I imagine something might break if you put gow before system32 on the user's PATH, so could we rename utilities that have windows equivalents? For example "gsort.exe" or "gowsort.exe"

piping on the command line is inconveinent if you have to type "C:\Program Files (x86)\Gow\bin\sort.exe" -rn

but typing "gsort" or "gowsort" would be just fine.

@bmatzelle
Copy link
Owner

I never realized that there was a Windows equivalent. I'll name it gsort as I did the same with gfind. Thanks.

@beruic
Copy link

beruic commented Jun 25, 2013

Wouldn't it be better to let bash prefer the gow versions in their normal name such that scripts do not break?

@bmatzelle
Copy link
Owner

Fixed as of release 0.8.0: https://github.com/bmatzelle/gow/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants