gpt4 book ai didi

linux - 如何在 bash shell 脚本中包含文件

转载 作者:IT老高 更新时间:2023-10-28 12:24:37 25 4
gpt4 key购买 nike

有没有办法在 shell 脚本中包含另一个 shell 脚本以便能够访问其功能?

就像在 PHP 中一样,您可以将 include 指令与其他 PHP 文件一起使用,以便通过调用函数名来运行其中包含的函数。

最佳答案

只需放入您的脚本中:

source FILE

或者

. FILE # POSIX compliant

$ LANG=C help source
source: source filename [arguments]
Execute commands from a file in the current shell.

Read and execute commands from FILENAME in the current shell. The
entries in $PATH are used to find the directory containing FILENAME.
If any ARGUMENTS are supplied, they become the positional parameters
when FILENAME is executed.

Exit Status:
Returns the status of the last command executed in FILENAME; fails if
FILENAME cannot be read.

关于linux - 如何在 bash shell 脚本中包含文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10823635/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com