我有一个用逗号分隔的字符串,我想在该行中找到我的输入:
echo US | grep "US,CA,CH,JP"
输出为空!我应该如何使用 grep 在该字符串中查找我的输入?
grep
grep ×1