当前位置:  开发笔记 > 编程语言 > 正文

bash的exec()在PowerShell中的等效项是什么?

如何解决《bash的exec()在PowerShell中的等效项是什么?》经验,为你挑选了0个好方法。

PowerShell的新手在这里。从当前进程中运行新脚本而不创建子shell的最佳方法是什么?在Bash中,您可以通过以下方式进行操作:

source script # Executes the commands in script within the current shell

要么

exec script # Same as source, except it completely replaces the current process with script

在PowerShell中有与此等效的功能吗?

推荐阅读
殉情放开那只小兔子
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有