gpt4 book ai didi

bash-if block 不工作

转载 作者:行者123 更新时间:2023-12-05 08:21:16 26 4
gpt4 key购买 nike

<分区>

我有下面的代码。这里的逻辑是如果 HostList 包含任何空白条目,它应该将类设置为空白,否则它应该是红色的。现在我收到错误-

test.sh[3]: 第 7 行语法错误:`then' 意外

谁能帮帮我?谢谢!!

     #! /bin/bash
file=./HostList.txt
{
echo "<table>"
printf "<tr>"
if[%s -eq =""]; then
class="blank"
else
class="red"
fi
"<td" $class">%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
<td>%s</td>
</tr>\n" $(cat "$file"|cut -d'.' -f1)
echo "</table>"
} > table.html


exit 0

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