We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
printenv
So that I can see which environment variables are defined. This is useful for figuring out what variables to put into my .shellrc to make MSVC work.
.shellrc
printenv is already in coreutils, so we just need to expose it.
The text was updated successfully, but these errors were encountered:
As a workaround this works:
$ cmd /c set
This prints all environment variables that cmd can see and it seems identical to coreutils printenv.
cmd
coreutils printenv
Sorry, something went wrong.
coreutils-ext
No branches or pull requests
So that I can see which environment variables are defined. This is useful for figuring out what variables to put into my
.shellrc
to make MSVC work.printenv
is already in coreutils, so we just need to expose it.The text was updated successfully, but these errors were encountered: