gpt4 book ai didi

shell - = : This is not an identifier

转载 作者:行者123 更新时间:2023-12-01 09:22:52 25 4
gpt4 key购买 nike

我正在尝试使用

 export DB_URL = jdbc@xyz.com
在 KornShell (ksh) 脚本中设置环境
但我收到 =: This is not an identifier请协助。

最佳答案

不要在变量名、等号和它的值之间放置空格。

export THIS=that

或者
THIS=that; export THIS

关于shell - = : This is not an identifier,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5396361/

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