Bash中有效标识符(例如函数,vars等)的规则是什么?

Bash中有效标识符(例如函数,vars等)的规则是什么?,第1张

Bash中有效标识符(例如函数,vars等)的规则是什么?

从手册:

   Shell Function Definitions       ...       name () compound-command [redirection]       function name [()] compound-command [redirection]

name
其他地方定义:

       name   A  word  consisting  only  of alphanumeric characters and under‐   scores, and beginning with an alphabetic character or an  under‐   score.  Also referred to as an identifier.

因此,连字符无效。但是,在我的系统上,它们确实可以工作…

$ bash --versionGNU bash, version 4.2.25(1)-release (x86_64-pc-linux-gnu)


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5066123.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-16
下一篇 2022-11-16

发表评论

登录后才能评论

评论列表(0条)

保存