gpt4 book ai didi

linux - 冒号可以用作标识符吗?

转载 作者:太空宇宙 更新时间:2023-11-04 09:50:53 33 4
gpt4 key购买 nike

我在 The Bash command :(){ :|:& };: will spawn processes to kernel death. Can you explain the syntax? 中看到了一段代码如下

user@host$ :(){ :|:& };:

此处冒号用作函数名称的标识符。冒号可以用作标识符吗?

最佳答案

是的,它可以。

$ :()
> {
> echo "hello from : :)"
> }
$ :
hello from : :)

关于linux - 冒号可以用作标识符吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11241667/

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