Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 NSTask 运行我的 bash 脚本,运行良好,但最后,我希望应用程序制作一个 iBAlert(例如:D),但它显示了一行 bash 脚本(例如:Pacthing hlll ... Pathing dlll。 .. 成功路径 dll,hlll(无论如何))。我想要 IBAlert 中的“成功路径...”部分。可能吗?
谢谢
也许看看 MFTask,一个围绕 NSTask 的包装器,它使监视输出等一些事情变得更容易。
http://www.cocoadev.com/index.pl?NSTask