Subham Bose
Subham Bose
Hey, Can you please run the code like this in the azure linux console and let me know the output? OS=$(lowercase "$(uname)") echo ${OS}
My best guess is the above statement doesn't work in Azure linux. Maybe it misses lowercase command and it is failing at that level. I will put a PR, if...
Let me see, thanks for your findings.
Yes, it is certain that there is no support for Microsoft Azure Linux.
I might be completely off, but this was a quick and easy solution to try and implement. https://github.com/PowerShell/PowerShell/pull/23955 This is a PR that I have raised to fix the issue....
"a`rx`r`nb`ry" | Out-File -FilePath foo -NoNewLine , wouldn't it help if we can use a different encoding and then see how this changes?
My initial thought is - If you are putting a string with special character - "carriage return" into a text file, then you might lose a few characters. Instead, we...
2. If we instead store the same in a PowerShell object and then do the Format-Hex operation, then we will not have any problems with splitting the objects into. Bottomline:...
Thanks @me-kell I am not particularly good with C# codes. I am learning. But what I can tell you is that, this code behaves perfectly with the following version: PSVersion...
I will need some time to learn the code. Appreciate your patience on this.