比较两个字符串是否相等的shell代码 比较两个字符串是否相等的办法是: if [ "$test "x = "test "x ]; then 这里的关键有几点: 1 使用 Linux Shell 2022-04-24 200 点赞 3 评论 303 浏览