@[email protected] to [email protected]English • 2 days agoAnyone use powershell on linux?message-square91fedilinkarrow-up173
arrow-up173message-squareAnyone use powershell on linux?@[email protected] to [email protected]English • 2 days agomessage-square91fedilink
minus-square@[email protected]linkfedilink8•2 days agoAt work we use it sometimes on Linux because we maintain a script that needs to work on multiple platforms, ps1 did that in this usecase better. Came down to ps1 on Linux was better and more predictable than bash on windows. Sadly.
minus-squarePapamousselinkfedilink2•2 days agoSame, only time we used it is when we needed a script that was running in Windows and Linux, easier to maintain one script that 2 in 2 languages
At work we use it sometimes on Linux because we maintain a script that needs to work on multiple platforms, ps1 did that in this usecase better.
Came down to ps1 on Linux was better and more predictable than bash on windows.
Sadly.
Same, only time we used it is when we needed a script that was running in Windows and Linux, easier to maintain one script that 2 in 2 languages