PowerShell腳本是否在Mono下運行? 我想在Mac上運行它們。PowerShell腳本是否在Mono下運行?
17
A
回答
20
PowerShell有一個名爲Pash的開放源代碼版本,專爲Mono設計。這是不完整的,但也許可以做你的需要:
http://pash.sourceforge.net/(這個項目一直沒有積極的相當長的一段時間)
結帳重新開始在:Pash-Project GitHub上。
3
powershell.exe存根實際上是本機win32程序,而不是託管程序集。將來有可能以單聲道方式主持部件,但我相當確信目前這種方式並不奏效。現在
5
Powershell的已經開源,並提供here。
截至目前它是V6.0阿爾法。我一直在OS X上運行它進行大量文件操作,並且它一直運行得非常好。
請注意,您可能需要安裝.Net核心獲得PowerShell來檢點。另外請注意,system.management.automation.runspaces可以直接使用(對於runspacepools)。
相關問題
- 1. saltstack:在狀態下運行powershell腳本
- 2. 運行PowerShell腳本
- 3. 運行PowerShell腳本
- 4. 在powershell腳本中運行python腳本
- 5. powershell並行運行腳本
- 6. 如何檢查Powershell腳本是否正在遠程運行
- 7. 如何檢查是否在PowerShell中運行時通過腳本
- 8. NDepend是否在Mono/Linux上運行?
- 9. 運行批處理腳本,PowerShell腳本
- 10. .NET API運行PowerShell腳本
- 11. 運行R.腳本Powershell的
- 12. PowerShell運行多個腳本
- 13. 從ASP.NET運行PowerShell腳本
- 14. 運行PowerShell腳本.PS1
- 15. 運行powershell沒有'運行腳本'
- 16. 有沒有辦法檢查腳本是否由PowerShell ISE運行?
- 17. 運行非PowerShell腳本的C#PowerShell
- 18. 運行PowerShell腳本而不安裝PowerShell?
- 19. Powershell腳本從命令行運行,但不是從TFS運行
- 20. 從powershell腳本執行powershell.exe(在ISE中運行,但不是在腳本中)
- 21. 在Python腳本中運行PowerShell cmdlet
- 22. 如何在IIS中運行PowerShell腳本?
- 23. Python腳本未在PowerShell上運行
- 24. 在內存中運行PowerShell腳本
- 25. 在單聲道中運行PowerShell腳本?
- 26. 如何在maven中運行powershell腳本
- 27. 如何在powershell中運行cygwin腳本
- 28. 如何在VB.Net中運行Powershell腳本
- 29. 在emacs中運行powershell腳本
- 30. 在PowerShell中運行遠程腳本
很可能不是。不幸的是,Pash(a)非常不完整,(b)大約一年沒有任何活動。 – Joey 2009-07-05 09:28:44
其中一個ubuntu pash團隊剛剛被接受對其執行GSOC。 – 2009-07-26 14:12:08
@LexLi:看起來像是在真正的PowerShell上使用Reflector的結果。我認爲這是違法的,我建議人們忽略它。然而,真正的Pash(基於伊戈爾的工作)正在發展中。見https://github.com/Pash-Project/Pash/ – 2013-03-28 00:43:52