"sort -oinput input" tries to use /tmp
Brought to you by:
syring
C:\svn\trunk>C:\unixtool\SORT.EXE -otags tags
C:\unixtool\SORT.EXE: /tmp/sort0245600000: No such file or directory
An important note: I cannot be certain I am actually running the sort from this project.
Logged In: YES
user_id=1584158
Originator: NO
Workaround is -T option. Using it you can specify temp dir. I am not a developer of this project, I just had the same problem. Regards.