例如我有两个文件分别为“abce”和“abd”,那么我该怎么使用“【】”来匹配查找呢?
find /root -name "ab[ced]"是不对的。
find /root -name ab[a-z] ab[a-z][a-z]
查找的时候,写两个查询条件