Euphoma@lemmy.ml to Linux@lemmy.mlEnglish · 30 天前Anyone use powershell on linux?message-squaremessage-square90fedilinkarrow-up175arrow-down14file-text
arrow-up171arrow-down1message-squareAnyone use powershell on linux?Euphoma@lemmy.ml to Linux@lemmy.mlEnglish · 30 天前message-square90fedilinkfile-text
minus-squarebeeng@discuss.tchncs.delinkfedilinkarrow-up8·29 天前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.
minus-squarePapamousse@beehaw.orglinkfedilinkarrow-up2·29 天前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
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