EN VI
Posts (0)
Questions (2)
2024-03-12 20:30:14
As others have mentioned, there is no subshell in your code. I think you probably saw code like num=27; seq 3 | while IFS= read -r line; do num="$line"; echo "inside: $num"; done; echo "outside: $num"...
Tags: bash shell variables
2024-03-14 21:00:09
The general answer to your question is to append redirection 2>&1 to your curl.exe call, causing PowerShell to capture stderr output too (which is where curl.exe prints its progress and verbose infor...
Tags: powershell variables curl

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login