Euphoma@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agoAnyone use powershell on linux?message-squaremessage-square92fedilinkarrow-up173arrow-down14file-text
arrow-up169arrow-down1message-squareAnyone use powershell on linux?Euphoma@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agomessage-square92fedilinkfile-text
minus-squarebeeng@discuss.tchncs.delinkfedilinkarrow-up8·1 day 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-squarePapamousse@beehaw.orglinkfedilinkarrow-up2·1 day 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