universal-shell / wip

A *work-in-progress* non-posix modern unix shell.
2 stars 0 forks source link

[RFC] Window$? #14

Closed ghost closed 7 years ago

ghost commented 8 years ago

This news is very encouraging: https://channel9.msdn.com/Events/Build/2016/C906

_I'm waiting for the next Windows 1y. :stuck_outtongue:

ghost commented 8 years ago

News: PowerShell is open sourced and is available on Linux

Repo: https://github.com/PowerShell/PowerShell

jakwings commented 7 years ago

Perhaps...

Symlinks and CWD (current working directory) on Windows works differently from Unix. Bash/zsh has the $PWD trick, but still cannot fool getcwd(). Might be a problem. Another problem is special file names.

http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#naming_conventions

jakwings commented 7 years ago

More notes: