top | item 44063081

(no title)

bblb | 9 months ago

PowerShell is the first thing I install on my Linux workstation/jump host because of those built-in Import/Export/Convertto goodies. Import-Excel module works on Linux too. Too bad the Invoke-WebRequest uses basic parsing only, it used to parse the actual DOM with JS and all, but I guess that was a security issue.

discuss

order

majkinetor|9 months ago

Nah, that required IE which isn't available on Linux.

porridgeraisin|9 months ago

Does it write UTF16 on linux too? That's my biggest gripe with powershell redirections and Out-File's on windows.

greenmartian|9 months ago

In `pwsh` (that's the xplat version of powershell, v7+), default encoding for Out-File is `utf8noBOM`.

MstWntd|9 months ago

install tabview?..