gpt4 book ai didi

linux - shellscript 中行之间的空格被视为命令

转载 作者:太空宇宙 更新时间:2023-11-04 10:25:27 26 4
gpt4 key购买 nike

<分区>

我正在编写一个 bash 脚本,如下所示

#!/bin/bash

#getting the environment variable from commandline
environment=$1

echo $environment

现在,当我使用 bash ./bashScript.sh Hello 运行脚本时,出现以下错误

: command not found line 2

: command not found line 5

我看到这两行都是空格,因此 bash 脚本给我一个错误

为了解决这个问题,我将脚本写成

#!/bin/bash
#
#getting the environment variable from commandline
environment=$1
#
echo $environment

但看起来有点乱

有没有其他方法可以做到这一点。提前感谢您的帮助。

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