gpt4 book ai didi

linux - 是否可以通过带括号调用来执行shell中的函数

转载 作者:太空宇宙 更新时间:2023-11-04 05:36:45 24 4
gpt4 key购买 nike

如何在 shell 中通过带括号调用函数来执行该函数,即:

my_func()
{
echo $0
echo $1
}

my_func("aa","bb")

不是那样的

my_func "aa" "bb"

最佳答案

你不能。为什么要将其他语言的语法应用于 shell?

关于linux - 是否可以通过带括号调用来执行shell中的函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15254764/

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